diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-11-11 17:45:41 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-11-11 17:45:41 -0500 |
commit | 0c53d54c812cea0d840490fd107910ed949e18c2 (patch) | |
tree | bb869fa7f320191ffb1c3a18dc63b326069e2a9c /configure.ac | |
parent | b83b358b1bac61ca46af995a3da83cc515a434c6 (diff) | |
download | postgresql-REL_15_9.tar.gz postgresql-REL_15_9.zip |
Stamp 15.9.REL_15_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 d22ffe8bcf4..df7034c085b 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], [15.8], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [15.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 |