aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-06-09 22:59:04 +0000
committerBruce Momjian <bruce@momjian.us>1998-06-09 22:59:04 +0000
commitbe1d4719b44b7577c835802ccbd5bd41a694ca74 (patch)
tree6f0c05083b2f7597da73fcfc715637c234cf0269
parent755c00a3604b3de3dc02daf880e79142c00bc9ca (diff)
downloadpostgresql-be1d4719b44b7577c835802ccbd5bd41a694ca74.tar.gz
postgresql-be1d4719b44b7577c835802ccbd5bd41a694ca74.zip
Now 6.4.
-rw-r--r--src/include/version.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/version.h.in b/src/include/version.h.in
index c0b0b00294e..699b136bfbd 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.1 1998/04/29 12:39:21 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.2 1998/06/09 22:59:04 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -15,8 +15,8 @@ void ValidatePgVersion(const char *path, char **reason_p);
void SetPgVersion(const char *path, char **reason_p);
#define PG_RELEASE "6"
-#define PG_VERSION "3"
-#define PG_SUBVERSION "2"
+#define PG_VERSION "4"
+#define PG_SUBVERSION "0"
#define PG_VERFILE "PG_VERSION"