diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2025-02-10 18:26:37 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2025-02-10 18:26:37 -0500 |
commit | 6884202705699820ec9427d1fba7eeba0e2de03e (patch) | |
tree | cd9290c77da3f2608fdfdcfbef69f30bf32289b4 /configure.ac | |
parent | e748064669f40a2dc9cf29b8518902620e47e2db (diff) | |
download | postgresql-REL_14_16.tar.gz postgresql-REL_14_16.zip |
Stamp 14.16.REL_14_16
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 cf19f128acc..297371ae983 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.15], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [14.16], [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 |