diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-10-24 16:10:50 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-10-24 16:10:50 -0400 |
commit | 811b6c4a1df5d8323b532460ef2157e771dfb358 (patch) | |
tree | 1f07529b11425e2691325f8917c36ecdd26a9bf6 /src/include | |
parent | ffaa8bcf0e65f7f8095d04aeaba6953e52af8c12 (diff) | |
download | postgresql-REL9_5_5.tar.gz postgresql-REL9_5_5.zip |
Stamp 9.5.5.REL9_5_5
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 90a7f2e1cb2..64cc86a07e6 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.5.4" +#define PACKAGE_STRING "PostgreSQL 9.5.5" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.5.4" +#define PACKAGE_VERSION "9.5.5" /* Define to the name of a signed 128-bit integer type. */ #undef PG_INT128_TYPE @@ -575,10 +575,10 @@ #define PG_INT64_TYPE long long int /* PostgreSQL version as a string */ -#define PG_VERSION "9.5.4" +#define PG_VERSION "9.5.5" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 90504 +#define PG_VERSION_NUM 90505 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |