diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-08-18 17:23:13 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-08-18 17:23:13 -0400 |
commit | d89b8daf5ee05f9c6fa63695e88d2315a224bf2d (patch) | |
tree | 9df0d06b823f131c59e64c8d61adced31a08626e /src | |
parent | 6a42b29102092d185f9b752f5a4edf4735e42f9b (diff) |
Tag 9.1rc1.REL9_1_RC1
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.win32 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 72df3426687..cac8bc0bee7 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.1beta3" +#define PACKAGE_STRING "PostgreSQL 9.1rc1" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.1beta3" +#define PACKAGE_VERSION "9.1rc1" /* PostgreSQL version as a string */ -#define PG_VERSION "9.1beta3" +#define PG_VERSION "9.1rc1" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 90100 |