diff options
author | PostgreSQL Daemon <webmaster@postgresql.org> | 2006-11-07 17:59:05 +0000 |
---|---|---|
committer | PostgreSQL Daemon <webmaster@postgresql.org> | 2006-11-07 17:59:05 +0000 |
commit | 9b3aee524ff92e681fc19d0bf2a5f0b8f8ab12c1 (patch) | |
tree | 359e4f35143139599f055e4587950fee94d1fef7 /src | |
parent | f0395d50e9486e1a5691fe4bfab92d4800460c83 (diff) | |
download | postgresql-9b3aee524ff92e681fc19d0bf2a5f0b8f8ab12c1.tar.gz postgresql-9b3aee524ff92e681fc19d0bf2a5f0b8f8ab12c1.zip |
Tag as Beta3 ... two outstanding *known* bugs before RC1 ...REL8_2_BETA3
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 c760be2134c..173cc55b3c3 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.2beta2" +#define PACKAGE_STRING "PostgreSQL 8.2beta3" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.2beta2" +#define PACKAGE_VERSION "8.2beta3" /* PostgreSQL version as a string */ -#define PG_VERSION "8.2beta2" +#define PG_VERSION "8.2beta3" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 80200 |