diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-10-24 16:19:49 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-10-24 16:19:49 -0400 |
commit | e85493559c4678f54d30b6b4e04b17c03a3192d7 (patch) | |
tree | 0a4f772225f08288c39676a6e5711a540ff60d8a /src/include | |
parent | 3a018d2fbb67ae5b2f8dc0e7e6512e856d33a5e6 (diff) | |
download | postgresql-REL9_1_24.tar.gz postgresql-REL9_1_24.zip |
Stamp 9.1.24.REL9_1_24
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 d790062690c..bcad2a8f576 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -569,16 +569,16 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 9.1.23" +#define PACKAGE_STRING "PostgreSQL 9.1.24" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.1.23" +#define PACKAGE_VERSION "9.1.24" /* PostgreSQL version as a string */ -#define PG_VERSION "9.1.23" +#define PG_VERSION "9.1.24" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 90123 +#define PG_VERSION_NUM 90124 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |