aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2019-09-30 16:03:42 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2019-09-30 16:06:55 -0400
commitad1f2885b8c82e0c2d56d7974f012cbecce17a17 (patch)
treecaf1b248a98d9fd4862dd35084e4365ee982ff59 /src
parentb60f9afcf4bfe6b1ff73b49b9bab20dde356c7f4 (diff)
downloadpostgresql-ad1f2885b8c82e0c2d56d7974f012cbecce17a17.tar.gz
postgresql-ad1f2885b8c82e0c2d56d7974f012cbecce17a17.zip
Stamp 12.0.REL_12_0
Diffstat (limited to 'src')
-rw-r--r--src/include/pg_config.h.win326
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32
index 6d722982f8c..50425a7ed2d 100644
--- a/src/include/pg_config.h.win32
+++ b/src/include/pg_config.h.win32
@@ -645,10 +645,10 @@
#define PACKAGE_NAME "PostgreSQL"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "PostgreSQL 12rc1"
+#define PACKAGE_STRING "PostgreSQL 12.0"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "12rc1"
+#define PACKAGE_VERSION "12.0"
/* Define to the name of a signed 128-bit integer type. */
#undef PG_INT128_TYPE
@@ -657,7 +657,7 @@
#define PG_INT64_TYPE long long int
/* PostgreSQL version as a string */
-#define PG_VERSION "12rc1"
+#define PG_VERSION "12.0"
/* PostgreSQL version as a number */
#define PG_VERSION_NUM 120000