diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2025-02-17 16:15:49 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2025-02-17 16:15:49 -0500 |
commit | e5cabe28006995d90cc9ebc613dad072c44c7f4a (patch) | |
tree | ba25f4996af495e07e36d8cc25cee2b10ac4611c /configure.ac | |
parent | 50fabe48e39858eacf8a56e0da1ba7610ae537ae (diff) | |
download | postgresql-REL_14_17.tar.gz postgresql-REL_14_17.zip |
Stamp 14.17.REL_14_17
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 297371ae983..35dc9f74b73 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], [14.16], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [14.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 |