summaryrefslogtreecommitdiff
path: root/src/include/version.h
diff options
context:
space:
mode:
authorMarc G. Fournier1997-04-26 05:07:12 +0000
committerMarc G. Fournier1997-04-26 05:07:12 +0000
commitc2ae46730098ead3df4261f502c576b84e6f7dfc (patch)
tree7f6aaa54f4067d5961a0deca30e67bed0f070ca8 /src/include/version.h
parentbcd0fae8711000fa282e8791d71509d77f0de722 (diff)
clean up the bin/*/Makefiles...up version.h to v6.1 instead of v6.0
Remove bin/Makefile.global since it wasn't actually *doing* anything that Makefile.global hadn't already done
Diffstat (limited to 'src/include/version.h')
-rw-r--r--src/include/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/version.h b/src/include/version.h
index ecdaa860f7d..927c11170d5 100644
--- a/src/include/version.h
+++ b/src/include/version.h
@@ -4,7 +4,7 @@
* this file contains the interface to version.c.
* Also some parameters.
*
- * $Id: version.h,v 1.1 1996/11/11 14:24:38 bryanh Exp $
+ * $Id: version.h,v 1.2 1997/04/26 05:07:12 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -18,7 +18,7 @@ void
SetPgVersion(const char *path, char **reason_p);
#define PG_RELEASE 6
-#define PG_VERSION 0
+#define PG_VERSION 1
#define PG_VERFILE "PG_VERSION"
#endif