Commit 2be1ecce authored by Bruce Momjian's avatar Bruce Momjian

Fix for version, update to 6.5.

parent cb633190
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* this file contains the interface to version.c. * this file contains the interface to version.c.
* Also some parameters. * 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); ...@@ -15,8 +15,8 @@ void ValidatePgVersion(const char *path, char **reason_p);
void SetPgVersion(const char *path, char **reason_p); void SetPgVersion(const char *path, char **reason_p);
#define PG_RELEASE "6" #define PG_RELEASE "6"
#define PG_VERSION "4" #define PG_VERSION "5"
#define PG_SUBVERSION "0" #define PG_SUBVERSION "0"
#define PG_VERFILE "PG_VERSION" #define PG_VERFILE "PG_VERSION"
......
...@@ -5,7 +5,7 @@ register.txt ...@@ -5,7 +5,7 @@ register.txt
doc/Machine-specific FAQ's doc/Machine-specific FAQ's
doc/TODO doc/TODO
doc/bug.template 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 backend/parser/scan.c and gram.c so flex/bison not necessary
update pgaccess update pgaccess
update odbc update odbc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment