From 1f43001424a9da624a89b213d0be606a8212a50a Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 8 Sep 2011 17:13:27 -0400 Subject: Stamp 9.1.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 cac8bc0bee7..16f475dded7 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -569,13 +569,13 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 9.1rc1" +#define PACKAGE_STRING "PostgreSQL 9.1.0" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.1rc1" +#define PACKAGE_VERSION "9.1.0" /* PostgreSQL version as a string */ -#define PG_VERSION "9.1rc1" +#define PG_VERSION "9.1.0" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 90100 -- cgit v1.2.3