From 41f467f3437af7d66a81f90cfdc2fa45399ad2a5 Mon Sep 17 00:00:00 2001 From: Marc G. Fournier Date: Sat, 27 Jun 2009 00:14:47 +0000 Subject: Bundle v8.4.0 --- 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 4b109203bb..5f05f867a4 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -563,13 +563,13 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 8.4rc2" +#define PACKAGE_STRING "PostgreSQL 8.4.0" /* Define to the version of this package. */ -#define PACKAGE_VERSION "8.4rc2" +#define PACKAGE_VERSION "8.4.0" /* PostgreSQL version as a string */ -#define PG_VERSION "8.4rc2" +#define PG_VERSION "8.4.0" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 80400 -- cgit v1.2.3