From 2bf121e40b998f0b3aacd163b5b0da0a17bb99e8 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 3 Jan 2008 21:40:12 +0000 Subject: Stamp release 8.3RC1. Security: CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6600, CVE-2007-6601 --- src/include/pg_config.h.win32 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include/pg_config.h.win32') diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 5c3ec41495..f642958e67 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 -- cgit v1.2.1