aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2020-11-09 17:29:52 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2020-11-09 17:29:52 -0500
commite6c792ab72b99a3d68bf0696d0720e9afc61695c (patch)
treeb47b2763311c249021629f24e89cd54b9bf43d14 /src/include
parentb0529799960e910c4cf1e3d5509572dc8c653d67 (diff)
downloadpostgresql-REL_10_15.tar.gz
postgresql-REL_10_15.zip
Stamp 10.15.REL_10_15
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 b92604d3341..6599d824222 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 10.14"
+#define PACKAGE_STRING "PostgreSQL 10.15"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "10.14"
+#define PACKAGE_VERSION "10.15"
/* 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 "10.14"
+#define PG_VERSION "10.15"
/* PostgreSQL version as a number */
-#define PG_VERSION_NUM 100014
+#define PG_VERSION_NUM 100015
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "postgresql"