diff options
author | Marc G. Fournier <scrappy@hub.org> | 2009-04-10 00:20:10 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2009-04-10 00:20:10 +0000 |
commit | 4c9c0b85fb9d5255f9e936ec2effe112dcb8a99c (patch) | |
tree | 11ff7b7e3eb43f478c38522d1b338ee6b4060876 /src | |
parent | 6c34acce9bf3b39c142ea5954d6cc616d5cd9116 (diff) |
commit and tag beta1REL8_4_BETA1
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 29f1ef48508..d072ccfd47f 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.4devel" +#define PACKAGE_STRING "PostgreSQL 8.4beta1" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.4devel" +#define PACKAGE_VERSION "8.4beta1" /* PostgreSQL version as a string */ -#define PG_VERSION "8.4devel" +#define PG_VERSION "8.4beta1" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 80400 |