diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2025-05-05 16:28:35 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2025-05-05 16:28:35 -0400 |
commit | 5e2f3df49d4298c6097789364a5a53be172f6e85 (patch) | |
tree | 17e4493e1b696560b0d7a7778570c7c75b7ce835 /configure.ac | |
parent | ecbe349e9128b678311a2b8e328cbe258d7807ed (diff) | |
download | postgresql-REL_17_5.tar.gz postgresql-REL_17_5.zip |
Stamp 17.5.REL_17_5
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6f0230b0bf5..f398184645f 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details. dnl m4_pattern_forbid(^PGAC_)dnl to catch undefined macros -AC_INIT([PostgreSQL], [17.4], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [17.5], [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 |