diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-05-21 17:08:10 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-05-21 17:08:10 -0400 |
commit | 586e4e6df5b85ddd28c9e881d237bd7380ffeb8e (patch) | |
tree | af9e60f17d3d6ee543374542dc33202b7716786b /src | |
parent | 4f72ca14de87eccd2bc622fcbc109a3e7bfccb77 (diff) | |
download | postgresql-586e4e6df5b85ddd28c9e881d237bd7380ffeb8e.tar.gz postgresql-586e4e6df5b85ddd28c9e881d237bd7380ffeb8e.zip |
Stamp 11beta1.REL_11_BETA1
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 bf641e0c7d3..e7c45844bd2 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -601,10 +601,10 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 11devel" +#define PACKAGE_STRING "PostgreSQL 11beta1" /* Define to the version of this package. */ -#define PACKAGE_VERSION "11devel" +#define PACKAGE_VERSION "11beta1" /* Define to the name of a signed 128-bit integer type. */ #undef PG_INT128_TYPE @@ -613,7 +613,7 @@ #define PG_INT64_TYPE long long int /* PostgreSQL version as a string */ -#define PG_VERSION "11devel" +#define PG_VERSION "11beta1" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 110000 |