diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-10-08 17:24:40 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-10-08 17:24:40 -0400 |
commit | 4c676181cdb6c16c414d5e9cd2304f5c73881601 (patch) | |
tree | 0051b42d7b7f55837ebf4d537762aed3962ac7ea /src | |
parent | 1145c26b749a73419d32e4c997237e84fbbffa04 (diff) | |
download | postgresql-REL_11_RC1.tar.gz postgresql-REL_11_RC1.zip |
Stamp 11rc1.REL_11_RC1
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.win32 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index abea7e8f9c9..ae5819e7d71 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -626,10 +626,10 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 11beta4" +#define PACKAGE_STRING "PostgreSQL 11rc1" /* Define to the version of this package. */ -#define PACKAGE_VERSION "11beta4" +#define PACKAGE_VERSION "11rc1" /* Define to the name of a signed 128-bit integer type. */ #undef PG_INT128_TYPE @@ -638,7 +638,7 @@ #define PG_INT64_TYPE long long int /* PostgreSQL version as a string */ -#define PG_VERSION "11beta4" +#define PG_VERSION "11rc1" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 110000 |