diff options
author | Tom Lane | 2023-11-06 22:06:45 +0000 |
---|---|---|
committer | Tom Lane | 2023-11-06 22:06:45 +0000 |
commit | 1e7f81e90741795d547c0290b4a82d84d518faac (patch) | |
tree | e7f09e6b0995583a22a7c404bb6904409c8a1a42 /configure.ac | |
parent | 95c96ba1d073afeadf193c7a9681a2c665dddead (diff) |
Stamp 15.5.REL_15_5
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 c216ac4447a..570daced81b 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.4], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [15.5], [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 |