diff options
author | Marc G. Fournier <scrappy@hub.org> | 2007-11-16 04:29:45 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2007-11-16 04:29:45 +0000 |
commit | 2a174e45dd0eb5d60a912599d1ec64d676279cca (patch) | |
tree | 1da48002484039c59ca57c3dc1da98a7017ef358 /src | |
parent | fb8b38e4bf324787d090f77261441bf13b02a69c (diff) | |
download | postgresql-2a174e45dd0eb5d60a912599d1ec64d676279cca.tar.gz postgresql-2a174e45dd0eb5d60a912599d1ec64d676279cca.zip |
update files for 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 ef1fbb6ad96..568fed41a9e 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -566,13 +566,13 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 8.3beta2" +#define PACKAGE_STRING "PostgreSQL 8.3beta3" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.3beta2" +#define PACKAGE_VERSION "8.3beta3" /* PostgreSQL version as a string */ -#define PG_VERSION "8.3beta2" +#define PG_VERSION "8.3beta3" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 80300 |