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

Stamp 12.4.

This commit is contained in:
Tom Lane
2020-08-10 17:15:53 -04:00
parent f9ddc36ed6
commit 0ad348f38e
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.3"
#define PACKAGE_STRING "PostgreSQL 12.4"
/* Define to the version of this package. */
#define PACKAGE_VERSION "12.3"
#define PACKAGE_VERSION "12.4"
/* 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.3"
#define PG_VERSION "12.4"
/* PostgreSQL version as a number */
#define PG_VERSION_NUM 120003
#define PG_VERSION_NUM 120004
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "postgresql"