aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-12-15 17:25:44 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2015-12-15 17:25:44 -0500
commit8abb52fa2971e16844d2a3e61b92fa347dc49d45 (patch)
tree414bb3f30d348bfb36ad9b86f782ff4a1bf2da83 /src
parent3ac806ccb5207810c7fe947ee44de4d242d42f97 (diff)
downloadpostgresql-8abb52fa2971e16844d2a3e61b92fa347dc49d45.tar.gz
postgresql-8abb52fa2971e16844d2a3e61b92fa347dc49d45.zip
Stamp 9.5rc1.REL9_5_RC1
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 46f3686a9c3..3b5d76e3c60 100644
--- a/src/include/pg_config.h.win32
+++ b/src/include/pg_config.h.win32
@@ -563,10 +563,10 @@
#define PACKAGE_NAME "PostgreSQL"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "PostgreSQL 9.5beta2"
+#define PACKAGE_STRING "PostgreSQL 9.5rc1"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "9.5beta2"
+#define PACKAGE_VERSION "9.5rc1"
/* Define to the name of a signed 128-bit integer type. */
#undef PG_INT128_TYPE
@@ -575,7 +575,7 @@
#define PG_INT64_TYPE long long int
/* PostgreSQL version as a string */
-#define PG_VERSION "9.5beta2"
+#define PG_VERSION "9.5rc1"
/* PostgreSQL version as a number */
#define PG_VERSION_NUM 90500