diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-02-05 16:47:02 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-02-05 16:47:02 -0500 |
commit | b3b2bf3b9cc1f31170d3b4e21cb6ac0cf24bf90a (patch) | |
tree | 5e36829cd01c21995b5e82c42dfb216daaa23f94 /configure.in | |
parent | 3344db3cfd9f569462937a41af8f536cdd3ac251 (diff) | |
download | postgresql-REL_13_14.tar.gz postgresql-REL_13_14.zip |
Stamp 13.14.REL_13_14
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 9aec28c8d16..087acb1755f 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details. dnl m4_pattern_forbid(^PGAC_)dnl to catch undefined macros -AC_INIT([PostgreSQL], [13.13], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [13.14], [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 |