From 01434d41d4410d6af8e16b60a215840f01072fe1 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 3 Dec 2007 00:11:01 +0000 Subject: Stamp 8.3beta4. --- src/include/pg_config.h.win32 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 -- cgit v1.2.3