aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2021-08-09 16:52:43 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2021-08-09 16:52:43 -0400
commit2b4006920ca0d0a579579aecff65ef7fe81185bb (patch)
treef662df9510276b2331b69ffd6c233674c95a3363 /src/include
parentf334490131be5ef1935c56bece186f3afa5fbded (diff)
downloadpostgresql-REL_11_13.tar.gz
postgresql-REL_11_13.zip
Stamp 11.13.REL_11_13
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pg_config.h.win328
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/pg_config.h.win32 b/src/include/pg_config.h.win32
index ae28b2536d3..8325db5d0fc 100644
--- a/src/include/pg_config.h.win32
+++ b/src/include/pg_config.h.win32
@@ -635,10 +635,10 @@
#define PACKAGE_NAME "PostgreSQL"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "PostgreSQL 11.12"
+#define PACKAGE_STRING "PostgreSQL 11.13"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "11.12"
+#define PACKAGE_VERSION "11.13"
/* Define to the name of a signed 128-bit integer type. */
#undef PG_INT128_TYPE
@@ -647,10 +647,10 @@
#define PG_INT64_TYPE long long int
/* PostgreSQL version as a string */
-#define PG_VERSION "11.12"
+#define PG_VERSION "11.13"
/* PostgreSQL version as a number */
-#define PG_VERSION_NUM 110012
+#define PG_VERSION_NUM 110013
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "postgresql"