diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-02-05 16:45:28 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-02-05 16:45:28 -0500 |
commit | d1a2a93766b0a27eb4ffecdb63ed3879088dbfbe (patch) | |
tree | 7e988add7d272d8ae2012acbdab5c81a138611e0 /configure.ac | |
parent | 25ee45b7caa992896477841baf8791d8e7fb4e79 (diff) | |
download | postgresql-REL_14_11.tar.gz postgresql-REL_14_11.zip |
Stamp 14.11.REL_14_11
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 46624d2a115..44b630c5e17 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.10], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [14.11], [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 |