diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-02-06 16:45:25 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-02-06 16:45:25 -0500 |
commit | 6a18e4bc2d13d077c52cf90a4c6ec68343808ba7 (patch) | |
tree | 42fd28722ea71e571dbf743f6aa24cf07b8e68e4 /src/include | |
parent | a822971173e66cde920a0a20352b823cd873db0f (diff) | |
download | postgresql-REL9_6_2.tar.gz postgresql-REL9_6_2.zip |
Stamp 9.6.2.REL9_6_2
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/pg_config.h.win32 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index a4368ba580e..21631870828 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.6.1" +#define PACKAGE_STRING "PostgreSQL 9.6.2" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.6.1" +#define PACKAGE_VERSION "9.6.2" /* Define to the name of a signed 128-bit integer type. */ #undef PG_INT128_TYPE @@ -566,10 +566,10 @@ #define PG_INT64_TYPE long long int /* PostgreSQL version as a string */ -#define PG_VERSION "9.6.1" +#define PG_VERSION "9.6.2" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 90601 +#define PG_VERSION_NUM 90602 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |