summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier1997-10-03 17:31:29 +0000
committerMarc G. Fournier1997-10-03 17:31:29 +0000
commitf1bfc520c0f51c2a2fd5433916946bca892ebd61 (patch)
tree5aa7c3b8fcd4b1b11363fe3e4ff5417e0ccdc122
parent4aab22fcda4d155ff7c41f6b4c366e7d9e641a6f (diff)
We never do remember to up the PG_VERSION number, do we? :(
-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 3c4c4e14e6..ab2b82bc7d 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.4 1997/09/08 02:33:57 momjian Exp $
+ * $Id: version.h,v 1.5 1997/10/03 17:31:29 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -18,7 +18,7 @@ void
SetPgVersion(const char *path, char **reason_p);
#define PG_RELEASE 6
-#define PG_VERSION 1
+#define PG_VERSION 2
#define PG_VERFILE "PG_VERSION"
#endif