diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2025-02-17 16:14:22 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2025-02-17 16:14:22 -0500 |
commit | 50d3d22baba63613d1f1406b2ed460dc9b03c3fc (patch) | |
tree | 98b52f5a229a78bc9912cdcaebfc16d536dc5b08 /configure.ac | |
parent | f815362abecde1aebcd9ddb334fe271edc759eaa (diff) | |
download | postgresql-REL_15_12.tar.gz postgresql-REL_15_12.zip |
Stamp 15.12.REL_15_12
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 1f2e29acf52..0488b4bdd80 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.11], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [15.12], [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 |