diff options
author | Marc G. Fournier <scrappy@hub.org> | 2009-06-12 05:19:22 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2009-06-12 05:19:22 +0000 |
commit | 35daaa91d39544cc5d146e148ec5c6e5a894afb4 (patch) | |
tree | 538fb35a8a0d7b0956d6cd08dc2106c745d609b6 /src | |
parent | 838d74d0ce2cce54409f773d1f147d31189a8d08 (diff) | |
download | postgresql-35daaa91d39544cc5d146e148ec5c6e5a894afb4.tar.gz postgresql-35daaa91d39544cc5d146e148ec5c6e5a894afb4.zip |
time to tag rc1 ...REL8_4_RC1
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 7380efec227..0c4ade678d3 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.4beta2" +#define PACKAGE_STRING "PostgreSQL 8.4rc1" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.4beta2" +#define PACKAGE_VERSION "8.4rc1" /* PostgreSQL version as a string */ -#define PG_VERSION "8.4beta2" +#define PG_VERSION "8.4rc1" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 80400 |