From d5bcb33603a8ef1ac7779ff0e7d4550ce522673e Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 14 Aug 2012 18:38:49 -0400 Subject: Stamp 9.2beta4. --- 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 1612b967341..e96457c0ee6 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -548,13 +548,13 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 9.2beta3" +#define PACKAGE_STRING "PostgreSQL 9.2beta4" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.2beta3" +#define PACKAGE_VERSION "9.2beta4" /* PostgreSQL version as a string */ -#define PG_VERSION "9.2beta3" +#define PG_VERSION "9.2beta4" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 90200 -- cgit v1.2.3