diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-12-03 00:11:01 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-12-03 00:11:01 +0000 |
commit | 01434d41d4410d6af8e16b60a215840f01072fe1 (patch) | |
tree | cb0a524874d186ad2627fa0697a7ee8049c80e85 /src | |
parent | a63b63ff96293e153d25e8e054a830d70f69938a (diff) | |
download | postgresql-01434d41d4410d6af8e16b60a215840f01072fe1.tar.gz postgresql-01434d41d4410d6af8e16b60a215840f01072fe1.zip |
Stamp 8.3beta4.REL8_3_BETA4
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 568fed41a9e..5c3ec414957 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.3beta3" +#define PACKAGE_STRING "PostgreSQL 8.3beta4" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.3beta3" +#define PACKAGE_VERSION "8.3beta4" /* PostgreSQL version as a string */ -#define PG_VERSION "8.3beta3" +#define PG_VERSION "8.3beta4" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 80300 |