diff options
author | Bruce Momjian <bruce@momjian.us> | 2008-01-18 00:13:50 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2008-01-18 00:13:50 +0000 |
commit | 7b4be2ba2f3e891360c1a7232dde365b010e0261 (patch) | |
tree | 912c86f720ca9279017cc772657d96297a1cb0e5 /src | |
parent | 70066eb1a1adb4d1ac608c1127bbb3139fa09942 (diff) | |
download | postgresql-7b4be2ba2f3e891360c1a7232dde365b010e0261.tar.gz postgresql-7b4be2ba2f3e891360c1a7232dde365b010e0261.zip |
Stamp release for 8.3RC2; configure will be stamped by packager.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.win32 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index f642958e676..6452df8d3ef 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 |