diff options
author | PostgreSQL Daemon <webmaster@postgresql.org> | 2006-11-25 03:34:13 +0000 |
---|---|---|
committer | PostgreSQL Daemon <webmaster@postgresql.org> | 2006-11-25 03:34:13 +0000 |
commit | c11b5228cf26f469e06c54e9d1aac484b49a00ed (patch) | |
tree | 5f918ab87f79be11bde7b09a83c36fc255727c40 /src | |
parent | 0d9e0d9dde6fe2e10ad25f80e7eaee03baabf6ba (diff) | |
download | postgresql-c11b5228cf26f469e06c54e9d1aac484b49a00ed.tar.gz postgresql-c11b5228cf26f469e06c54e9d1aac484b49a00ed.zip |
update for rc1REL8_2_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 ec731b7d192..962eb794f66 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -568,13 +568,13 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 8.2beta3" +#define PACKAGE_STRING "PostgreSQL 8.2rc1" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.2beta3" +#define PACKAGE_VERSION "8.2rc1" /* PostgreSQL version as a string */ -#define PG_VERSION "8.2beta3" +#define PG_VERSION "8.2rc1" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 80200 |