diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2025-05-05 16:30:08 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2025-05-05 16:30:08 -0400 |
commit | 6e4ab1b69197e2756192a1019439aebacdea5497 (patch) | |
tree | 7f2990057ec4fee1c9c14df7f6b95a89dc8882d8 /configure.ac | |
parent | ce12d66ce731a863abb489dfb9b3f01a4537ee73 (diff) | |
download | postgresql-REL_16_9.tar.gz postgresql-REL_16_9.zip |
Stamp 16.9.REL_16_9
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 e7cd4de0163..2b87df7c121 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], [16.8], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [16.9], [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 |