diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-11-11 17:11:27 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-11-11 17:11:27 -0500 |
commit | 2b634067fcd0c3ac6d528b261b4c77d97e6aeae2 (patch) | |
tree | 9bab57961055c861f5bd8a122030c595a4b8a12e /src/include | |
parent | 18831346d4e607d35ff338c6e9eec0319cff8d72 (diff) | |
download | postgresql-REL9_5_20.tar.gz postgresql-REL9_5_20.zip |
Stamp 9.5.20.REL9_5_20
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 66ff0a672c8..2f72051ca95 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -588,10 +588,10 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 9.5.19" +#define PACKAGE_STRING "PostgreSQL 9.5.20" /* Define to the version of this package. */ -#define PACKAGE_VERSION "9.5.19" +#define PACKAGE_VERSION "9.5.20" /* Define to the name of a signed 128-bit integer type. */ #undef PG_INT128_TYPE @@ -600,10 +600,10 @@ #define PG_INT64_TYPE long long int /* PostgreSQL version as a string */ -#define PG_VERSION "9.5.19" +#define PG_VERSION "9.5.20" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 90519 +#define PG_VERSION_NUM 90520 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |