diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-05-06 16:24:45 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-05-06 16:24:45 -0400 |
commit | cf07a47dc0c3b16778291e62d730537b45da51ef (patch) | |
tree | 55fa5849635ae2348c59d61e60c635f193534f35 /configure.ac | |
parent | b7712704f0bb3dc82f286516a7057b0fa5b1d260 (diff) | |
download | postgresql-REL_14_12.tar.gz postgresql-REL_14_12.zip |
Stamp 14.12.REL_14_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 44b630c5e17..79adbbe74b2 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.11], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [14.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 |