aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2019-11-11 17:09:28 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2019-11-11 17:09:28 -0500
commit39b3a8c830097af84f655a36879eb1b686fb4cd7 (patch)
tree5d5c2be0249e17571c70b13c6f949c679eb19a09 /src/include
parent750d72fde6233b4ccad5f5416b68042169c97b61 (diff)
downloadpostgresql-REL9_6_16.tar.gz
postgresql-REL9_6_16.zip
Stamp 9.6.16.REL9_6_16
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 a564f981f53..2cdc2ec96e2 100644
--- a/src/include/pg_config.h.win32
+++ b/src/include/pg_config.h.win32
@@ -579,10 +579,10 @@
#define PACKAGE_NAME "PostgreSQL"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "PostgreSQL 9.6.15"
+#define PACKAGE_STRING "PostgreSQL 9.6.16"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "9.6.15"
+#define PACKAGE_VERSION "9.6.16"
/* Define to the name of a signed 128-bit integer type. */
#undef PG_INT128_TYPE
@@ -591,10 +591,10 @@
#define PG_INT64_TYPE long long int
/* PostgreSQL version as a string */
-#define PG_VERSION "9.6.15"
+#define PG_VERSION "9.6.16"
/* PostgreSQL version as a number */
-#define PG_VERSION_NUM 90615
+#define PG_VERSION_NUM 90616
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "postgresql"