diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-08-05 17:10:44 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-08-05 17:10:44 -0400 |
commit | 7c45b994f125257be86df27583a6502348785186 (patch) | |
tree | 741777b1718a3245f868d8ed0d5c8d9dcab9dedb /src | |
parent | de4b75c1549ac0baf45b4bcb8d49e2fac90ac43a (diff) |
Stamp 12beta3.REL_12_BETA3
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 608ed69fa1f..aa62799d5ac 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -645,10 +645,10 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 12beta2" +#define PACKAGE_STRING "PostgreSQL 12beta3" /* Define to the version of this package. */ -#define PACKAGE_VERSION "12beta2" +#define PACKAGE_VERSION "12beta3" /* Define to the name of a signed 128-bit integer type. */ #undef PG_INT128_TYPE @@ -657,7 +657,7 @@ #define PG_INT64_TYPE long long int /* PostgreSQL version as a string */ -#define PG_VERSION "12beta2" +#define PG_VERSION "12beta3" /* PostgreSQL version as a number */ #define PG_VERSION_NUM 120000 |