diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-06-20 16:23:47 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-06-20 16:23:47 -0400 |
commit | 936b62ddf247c26e8cc4fca34bd8a4c2e65c09fd (patch) | |
tree | d1c9f3bae3f4da310742a6066538823c8fa2f819 /src | |
parent | 1fe1204e87c467221277d1789f1a530a27e15bd2 (diff) | |
download | postgresql-936b62ddf247c26e8cc4fca34bd8a4c2e65c09fd.tar.gz postgresql-936b62ddf247c26e8cc4fca34bd8a4c2e65c09fd.zip |
Stamp 9.6beta2.REL9_6_BETA2
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.win32 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 60f6117123c..367bc608464 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -554,10 +554,10 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 9.6beta1" +#define PACKAGE_STRING "PostgreSQL 9.6beta2" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.6beta1" +#define PACKAGE_VERSION "9.6beta2" /* Define to the name of a signed 128-bit integer type. */ #undef PG_INT128_TYPE @@ -566,7 +566,7 @@ #define PG_INT64_TYPE long long int /* PostgreSQL version as a string */ -#define PG_VERSION "9.6beta1" +#define PG_VERSION "9.6beta2" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 90600 |