]> granicus.if.org Git - postgresql/commitdiff
Fix for version, update to 6.5.
authorBruce Momjian <bruce@momjian.us>
Fri, 25 Dec 1998 02:20:12 +0000 (02:20 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 25 Dec 1998 02:20:12 +0000 (02:20 +0000)
src/include/version.h.in
src/tools/RELEASE_CHANGES

index e295925d669cf2b5b4584d932fb24d4f133396cd..964fa70a92aec1570340b3693dff98740e5262f5 100644 (file)
@@ -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.3 1998/07/19 04:16:53 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/include/Attic/version.h.in,v 1.4 1998/12/25 02:20:11 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             "4"
-#define PG_SUBVERSION  "0"
+#define PG_VERSION             "5"
+#define PG_SUBVERSION          "0"
 
 #define PG_VERFILE             "PG_VERSION"
 
index 37d835a94f0bf4901ad7645dbb409803db2f1fc1..2333c8b9efb65adcf75e113d6b2e647bd856adf2 100644 (file)
@@ -5,7 +5,7 @@ register.txt
 doc/Machine-specific FAQ's
 doc/TODO
 doc/bug.template
-update include/version.h after release, including subversion
+update include/version.h.in after release, including subversion
 update backend/parser/scan.c and gram.c so  flex/bison not necessary
 update pgaccess
 update odbc