summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-08-03 16:34:55 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2015-08-03 16:34:55 -0400
commit6bd01f082b2de4a502173e2d48a728c131f35a02 (patch)
tree3e04003c43e347a9eefe606aca8b0a8c0793d86f /src
parent8f439658524d4a3566682ff9e25d4791c5498e53 (diff)
Stamp 9.5alpha2.REL9_5_ALPHA2
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 09c194f34b5..4f0fe4cb20e 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.5alpha1"
+#define PACKAGE_STRING "PostgreSQL 9.5alpha2"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "9.5alpha1"
+#define PACKAGE_VERSION "9.5alpha2"
/* 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.5alpha1"
+#define PG_VERSION "9.5alpha2"
/* PostgreSQL version as a number */
#define PG_VERSION_NUM 90500