diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-05-06 16:26:10 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-05-06 16:26:10 -0400 |
commit | 8e5faba4b918ba6142339c8f55eaa4eb99776a03 (patch) | |
tree | 5e7fe4b5e4f033de50071e9e2bd527592ebd7334 /configure.in | |
parent | 38993fe3a2bbc16c812b1a9633063129130860c5 (diff) | |
download | postgresql-REL_13_15.tar.gz postgresql-REL_13_15.zip |
Stamp 13.15.REL_13_15
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 087acb1755f..748d061a55c 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.14], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [13.15], [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 |