diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-10-03 17:03:12 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-10-03 17:03:12 -0400 |
commit | 2a40d040c924b1707cd03a9c66c80fcc4795c2d1 (patch) | |
tree | 854fd2d582b32438fa56d5a28e0198af56528762 /configure.ac | |
parent | 595580aa1243df5f199516ff11a27ba9680e6904 (diff) | |
download | postgresql-REL_15_RC2.tar.gz postgresql-REL_15_RC2.zip |
Stamp 15rc2.REL_15_RC2
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 c6e23785c4c..adb96a47803 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], [15rc1], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [15rc2], [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 |