aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-02-17 14:38:15 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2014-02-17 14:38:15 -0500
commit6237fadcc95bdcadd760f893d7bd9b866fadfff3 (patch)
tree157e40b2517740a38cd224e4746c2898525614f6 /src/include
parent4bde115e7e5177abcee018b136716e69f90738b5 (diff)
downloadpostgresql-6237fadcc95bdcadd760f893d7bd9b866fadfff3.tar.gz
postgresql-6237fadcc95bdcadd760f893d7bd9b866fadfff3.zip
Stamp 9.2.7.REL9_2_7
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 70d95e978da..633b7f7a690 100644
--- a/src/include/pg_config.h.win32
+++ b/src/include/pg_config.h.win32
@@ -551,16 +551,16 @@
#define PACKAGE_NAME "PostgreSQL"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "PostgreSQL 9.2.6"
+#define PACKAGE_STRING "PostgreSQL 9.2.7"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "9.2.6"
+#define PACKAGE_VERSION "9.2.7"
/* PostgreSQL version as a string */
-#define PG_VERSION "9.2.6"
+#define PG_VERSION "9.2.7"
/* PostgreSQL version as a number */
-#define PG_VERSION_NUM 90206
+#define PG_VERSION_NUM 90207
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "postgresql"