diff options
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 |