diff options
author | Marc G. Fournier <scrappy@hub.org> | 2009-05-15 02:18:27 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2009-05-15 02:18:27 +0000 |
commit | abc924519a0bc7886a4b8507b03c55b2b55b2c18 (patch) | |
tree | 9869a46d0b9544d2df496dd487d2a72a0733cd9b /src | |
parent | bfab3f19e3bd75b95e419cf9ac0eb22d03669ef3 (diff) | |
download | postgresql-abc924519a0bc7886a4b8507b03c55b2b55b2c18.tar.gz postgresql-abc924519a0bc7886a4b8507b03c55b2b55b2c18.zip |
commit for BETA2REL8_4_BETA2
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 d072ccfd47f..7380efec227 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -563,13 +563,13 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 8.4beta1" +#define PACKAGE_STRING "PostgreSQL 8.4beta2" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.4beta1" +#define PACKAGE_VERSION "8.4beta2" /* PostgreSQL version as a string */ -#define PG_VERSION "8.4beta1" +#define PG_VERSION "8.4beta2" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 80400 |