summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorTom Lane2022-08-08 20:49:00 +0000
committerTom Lane2022-08-08 20:49:00 +0000
commit866f915688b02294275d8791828dca3442cbeb78 (patch)
tree902a3bb7069e07c2a6353ff52015b93c7d10011e /src/include
parent4c1dd680267f0bc56de8fb2a138aa556054f9886 (diff)
Stamp 11.17.REL_11_17
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 89fdf543724..3d70e3433d7 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.16"
+#define PACKAGE_STRING "PostgreSQL 11.17"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "11.16"
+#define PACKAGE_VERSION "11.17"
/* 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.16"
+#define PG_VERSION "11.17"
/* PostgreSQL version as a number */
-#define PG_VERSION_NUM 110016
+#define PG_VERSION_NUM 110017
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "postgresql"