diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2011-09-22 17:57:57 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2011-09-22 17:57:57 -0400 |
commit | 8da4007a4d78168243d0e2ce67d97073ce2812ce (patch) | |
tree | 79c5330c1385e3cb661bb02065b9f19a3b019fcc /src/include | |
parent | 7f70f35031b4dea40ab4fa20638befc430e8ebaa (diff) | |
download | postgresql-REL9_1_1.tar.gz postgresql-REL9_1_1.zip |
Stamp 9.1.1.REL9_1_1
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/pg_config.h.win32 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 16f475dded7..9bd738ca723 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -569,16 +569,16 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 9.1.0" +#define PACKAGE_STRING "PostgreSQL 9.1.1" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.1.0" +#define PACKAGE_VERSION "9.1.1" /* PostgreSQL version as a string */ -#define PG_VERSION "9.1.0" +#define PG_VERSION "9.1.1" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 90100 +#define PG_VERSION_NUM 90101 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |