diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-05-06 16:27:39 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-05-06 16:27:39 -0400 |
commit | 01aeb431c12a3388594a445ca97e71cbed410ed2 (patch) | |
tree | 5b99fc2cc886a2e6382d1e7dafa31bd1e82f18f8 /src/include | |
parent | 51da12633a3d7b4b9f715c41deac4d7d4c94248b (diff) | |
download | postgresql-01aeb431c12a3388594a445ca97e71cbed410ed2.tar.gz postgresql-01aeb431c12a3388594a445ca97e71cbed410ed2.zip |
Stamp 12.19.REL_12_19
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/pg_config.h.win32 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32 index 2cb07ab85f9..a8c0d2c35cf 100644 --- a/src/include/pg_config.h.win32 +++ b/src/include/pg_config.h.win32 @@ -649,10 +649,10 @@ #define PACKAGE_NAME "PostgreSQL" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "PostgreSQL 12.18" +#define PACKAGE_STRING "PostgreSQL 12.19" /* Define to the version of this package. */ -#define PACKAGE_VERSION "12.18" +#define PACKAGE_VERSION "12.19" /* Define to the name of a signed 128-bit integer type. */ #undef PG_INT128_TYPE @@ -661,10 +661,10 @@ #define PG_INT64_TYPE long long int /* PostgreSQL version as a string */ -#define PG_VERSION "12.18" +#define PG_VERSION "12.19" /* PostgreSQL version as a number */ -#define PG_VERSION_NUM 120018 +#define PG_VERSION_NUM 120019 /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "postgresql" |