diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-08-08 16:42:02 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-08-08 16:42:02 -0400 |
commit | 6778361e411195ec1f6919604e607351cc1fda89 (patch) | |
tree | e6bfcd3eda8fd8da97f6e2264f27c5ed4938aa8d /configure.ac | |
parent | 2a4d82aadf8c3c2cf7f586c6ba2766f9bd2ba657 (diff) | |
download | postgresql-REL_15_BETA3.tar.gz postgresql-REL_15_BETA3.zip |
Stamp 15beta3.REL_15_BETA3
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 171143da219..b581a838338 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], [15beta2], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [15beta3], [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 |