Stamp 9.5.4.

This commit is contained in:
Tom Lane
2016-08-08 16:27:53 -04:00
parent 2183966c6d
commit eb4dfa239e
6 changed files with 21 additions and 21 deletions

View File

@ -563,10 +563,10 @@
#define PACKAGE_NAME "PostgreSQL"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "PostgreSQL 9.5.3"
#define PACKAGE_STRING "PostgreSQL 9.5.4"
/* Define to the version of this package. */
#define PACKAGE_VERSION "9.5.3"
#define PACKAGE_VERSION "9.5.4"
/* 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.3"
#define PG_VERSION "9.5.4"
/* PostgreSQL version as a number */
#define PG_VERSION_NUM 90503
#define PG_VERSION_NUM 90504
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "postgresql"