1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Stamp 12.3.

This commit is contained in:
Tom Lane
2020-05-11 17:08:58 -04:00
parent f2367aa0a4
commit 5060275aa8
5 changed files with 20 additions and 20 deletions

View File

@@ -645,10 +645,10 @@
#define PACKAGE_NAME "PostgreSQL"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "PostgreSQL 12.2"
#define PACKAGE_STRING "PostgreSQL 12.3"
/* Define to the version of this package. */
#define PACKAGE_VERSION "12.2"
#define PACKAGE_VERSION "12.3"
/* Define to the name of a signed 128-bit integer type. */
#undef PG_INT128_TYPE
@@ -657,10 +657,10 @@
#define PG_INT64_TYPE long long int
/* PostgreSQL version as a string */
#define PG_VERSION "12.2"
#define PG_VERSION "12.3"
/* PostgreSQL version as a number */
#define PG_VERSION_NUM 120002
#define PG_VERSION_NUM 120003
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "postgresql"