diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-05-06 16:23:18 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-05-06 16:23:18 -0400 |
commit | 4a53584cf2d676e685d899d01cde18c075fbeca7 (patch) | |
tree | 58b6fc39359bb2d9800a124cd039c0a89024507f /configure.ac | |
parent | 7b2ac0f6039f0f64d80c7488f0f718094cfb89a2 (diff) | |
download | postgresql-REL_15_7.tar.gz postgresql-REL_15_7.zip |
Stamp 15.7.REL_15_7
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 e76504ba584..68174556778 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.6], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [15.7], [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 |