From a06dedfc5e82c4acf1840bf8c63c3e4097c19151 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Fri, 31 Oct 2008 02:38:34 +0000 Subject: commit for 8.3.5 --- src/include/pg_config.h.win32 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/include') diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 53d708a54bf..82fe39db4c3 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -566,16 +566,16 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 8.3.4" +#define PACKAGE_STRING "PostgreSQL 8.3.5" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.3.4" +#define PACKAGE_VERSION "8.3.5" /* PostgreSQL version as a string */ -#define PG_VERSION "8.3.4" +#define PG_VERSION "8.3.5" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 80304 +#define PG_VERSION_NUM 80305 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" -- cgit v1.2.3