diff options
author | Tom Lane | 2024-11-11 22:48:40 +0000 |
---|---|---|
committer | Tom Lane | 2024-11-11 22:48:40 +0000 |
commit | 64ecc00908b7557afa911c15bb342ff06845bb19 (patch) | |
tree | b5b7c035f2eaf1250f941f82d3cbc405726d6b09 /configure.in | |
parent | b3db5fdb05b6ca499f75d0ecf290dbd057bfb075 (diff) |
Stamp 13.17.REL_13_17
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a44ac9b0852..ba439445d00 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details. dnl m4_pattern_forbid(^PGAC_)dnl to catch undefined macros -AC_INIT([PostgreSQL], [13.16], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [13.17], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required. Untested combinations of 'autoconf' and PostgreSQL versions are not |