summaryrefslogtreecommitdiff
path: root/src/include/version.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/version.h.in')
-rw-r--r--src/include/version.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/version.h.in b/src/include/version.h.in
index 3c11c6fffa..cf291a5734 100644
--- a/src/include/version.h.in
+++ b/src/include/version.h.in
@@ -4,7 +4,7 @@
* this file contains the interface to version.c.
* Also some parameters.
*
- * $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.8 1999/11/01 02:33:32 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.9 2000/06/12 22:36:10 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -15,7 +15,7 @@ void ValidatePgVersion(const char *path, char **reason_p);
void SetPgVersion(const char *path, char **reason_p);
#define PG_RELEASE "7"
-#define PG_VERSION "0"
+#define PG_VERSION "1"
#define PG_SUBVERSION "0"
#define PG_VERFILE "PG_VERSION"