diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-12-25 02:20:12 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-12-25 02:20:12 +0000 |
commit | 2be1eccec775620dc3a6f8d1123fd15303b0d096 (patch) | |
tree | 9e6ca506af61b25a03eb80243b8120558f218f21 | |
parent | cb6331901cc82193766da665f74fb73bdf238297 (diff) | |
download | postgresql-2be1eccec775620dc3a6f8d1123fd15303b0d096.tar.gz postgresql-2be1eccec775620dc3a6f8d1123fd15303b0d096.zip |
Fix for version, update to 6.5.
-rw-r--r-- | src/include/version.h.in | 6 | ||||
-rw-r--r-- | src/tools/RELEASE_CHANGES | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/include/version.h.in b/src/include/version.h.in index e295925d669..964fa70a92a 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.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" diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index 37d835a94f0..2333c8b9efb 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -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 |