diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2018-06-25 11:09:49 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2018-06-25 11:09:49 -0400 |
commit | 1d4e5edc1dc22f00a0abb00ed9b56c08c4a1f599 (patch) | |
tree | 50d8f99e5ac13252326ab9a0280c3e42f35108c3 /src | |
parent | 299addd592ccf36d495319bda0f14049548ee130 (diff) | |
download | postgresql-1d4e5edc1dc22f00a0abb00ed9b56c08c4a1f599.tar.gz postgresql-1d4e5edc1dc22f00a0abb00ed9b56c08c4a1f599.zip |
Stamp 11beta2.REL_11_BETA2
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 0c15d7f6245..212e7739cdb 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -622,10 +622,10 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 11beta1" +#define PACKAGE_STRING "PostgreSQL 11beta2" /* Define to the version of this package. */ -#define PACKAGE_VERSION "11beta1" +#define PACKAGE_VERSION "11beta2" /* Define to the name of a signed 128-bit integer type. */ #undef PG_INT128_TYPE @@ -634,7 +634,7 @@ #define PG_INT64_TYPE long long int /* PostgreSQL version as a string */ -#define PG_VERSION "11beta1" +#define PG_VERSION "11beta2" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 110000 |