diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2008-01-03 21:40:12 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2008-01-03 21:40:12 +0000 |
commit | 2bf121e40b998f0b3aacd163b5b0da0a17bb99e8 (patch) | |
tree | 7d6beda641250b8cd5d308e55a25734a8d25934c /src | |
parent | 019fac777dff020b9d5d80a194ee11396e5a7ed7 (diff) |
Stamp release 8.3RC1.REL8_3_RC1
Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601
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 5c3ec414957..f642958e676 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.3beta4" +#define PACKAGE_STRING "PostgreSQL 8.3RC1" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.3beta4" +#define PACKAGE_VERSION "8.3RC1" /* PostgreSQL version as a string */ -#define PG_VERSION "8.3beta4" +#define PG_VERSION "8.3RC1" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 80300 |