aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2017-02-06 16:45:25 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2017-02-06 16:45:25 -0500
commit6a18e4bc2d13d077c52cf90a4c6ec68343808ba7 (patch)
tree42fd28722ea71e571dbf743f6aa24cf07b8e68e4 /src/include
parenta822971173e66cde920a0a20352b823cd873db0f (diff)
downloadpostgresql-REL9_6_2.tar.gz
postgresql-REL9_6_2.zip
Stamp 9.6.2.REL9_6_2
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 a4368ba580e..21631870828 100644
--- a/src/include/pg_config.h.win32
+++ b/src/include/pg_config.h.win32
@@ -554,10 +554,10 @@
#define PACKAGE_NAME "PostgreSQL"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "PostgreSQL 9.6.1"
+#define PACKAGE_STRING "PostgreSQL 9.6.2"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "9.6.1"
+#define PACKAGE_VERSION "9.6.2"
/* Define to the name of a signed 128-bit integer type. */
#undef PG_INT128_TYPE
@@ -566,10 +566,10 @@
#define PG_INT64_TYPE long long int
/* PostgreSQL version as a string */
-#define PG_VERSION "9.6.1"
+#define PG_VERSION "9.6.2"
/* PostgreSQL version as a number */
-#define PG_VERSION_NUM 90601
+#define PG_VERSION_NUM 90602
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "postgresql"