diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-06-27 16:11:56 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-06-27 16:11:56 -0400 |
commit | c1d033fcb5ecf306241cd729d1edcaa846456335 (patch) | |
tree | ad1f14c053aa78138cc93a870e66b8f69dca5e3e /configure.ac | |
parent | 27f953ea9901c08fb3e4064f9a31e07bc30c1e6d (diff) | |
download | postgresql-REL_15_BETA2.tar.gz postgresql-REL_15_BETA2.zip |
Stamp 15beta2.REL_15_BETA2
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 d093fb88dd5..171143da219 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], [15beta1], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [15beta2], [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 |