aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-09-22 17:57:57 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2011-09-22 17:57:57 -0400
commit8da4007a4d78168243d0e2ce67d97073ce2812ce (patch)
tree79c5330c1385e3cb661bb02065b9f19a3b019fcc /src/include
parent7f70f35031b4dea40ab4fa20638befc430e8ebaa (diff)
downloadpostgresql-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.win328
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"