diff options
author | Bruce Momjian | 2008-01-18 00:13:50 +0000 |
---|---|---|
committer | Bruce Momjian | 2008-01-18 00:13:50 +0000 |
commit | b0bedf593f5d9739aa5f2be39a70bf3c3ddc5154 (patch) | |
tree | 3e2842dfeb672d02ae65441343ee5faeaefd2ccd | |
parent | 8d14da5418076e4c6bc0358e96212ddc40ae3bf5 (diff) |
Stamp release for 8.3RC2; configure will be stamped by packager.
-rw-r--r-- | doc/bug.template | 2 | ||||
-rw-r--r-- | doc/src/sgml/release.sgml | 2 | ||||
-rw-r--r-- | src/include/pg_config.h.win32 | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/bug.template b/doc/bug.template index 4c39df1a17..0714842312 100644 --- a/doc/bug.template +++ b/doc/bug.template @@ -31,7 +31,7 @@ System Configuration: Operating System (example: Linux 2.4.18) : - PostgreSQL version (example: PostgreSQL 8.3RC1) : PostgreSQL 8.3RC1 + PostgreSQL version (example: PostgreSQL 8.3RC2) : PostgreSQL 8.3RC2 Compiler used (example: gcc 3.3.5) : diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index abbfbe5d61..49d11958fd 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -69,7 +69,7 @@ do it for earlier branch release files. <note> <title>Release date</title> <simpara>2008-01-??</simpara> - <para>CURRENT AS OF 2008-01-01</> + <para>CURRENT AS OF 2008-01-17</> </note> <sect2> diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index f642958e67..6452df8d3e 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -566,13 +566,13 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 8.3RC1" +#define PACKAGE_STRING "PostgreSQL 8.3RC2" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.3RC1" +#define PACKAGE_VERSION "8.3RC2" /* PostgreSQL version as a string */ -#define PG_VERSION "8.3RC1" +#define PG_VERSION "8.3RC2" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 80300 |