aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2018-10-15 17:12:02 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2018-10-15 17:12:02 -0400
commit19f20081df059fef87e14c8e953669bd173dd7f1 (patch)
treec549412198497be5886239b53c27b4fa5595be43 /src
parentdb9034bf7653fa527e2531e1a713dbbd37066a6b (diff)
downloadpostgresql-19f20081df059fef87e14c8e953669bd173dd7f1.tar.gz
postgresql-19f20081df059fef87e14c8e953669bd173dd7f1.zip
Stamp 11.0.REL_11_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 ae5819e7d71..0f9601f04ee 100644
--- a/src/include/pg_config.h.win32
+++ b/src/include/pg_config.h.win32
@@ -626,10 +626,10 @@
#define PACKAGE_NAME "PostgreSQL"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "PostgreSQL 11rc1"
+#define PACKAGE_STRING "PostgreSQL 11.0"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "11rc1"
+#define PACKAGE_VERSION "11.0"
/* Define to the name of a signed 128-bit integer type. */
#undef PG_INT128_TYPE
@@ -638,7 +638,7 @@
#define PG_INT64_TYPE long long int
/* PostgreSQL version as a string */
-#define PG_VERSION "11rc1"
+#define PG_VERSION "11.0"
/* PostgreSQL version as a number */
#define PG_VERSION_NUM 110000