diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-09-26 16:36:49 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-09-26 16:36:49 -0400 |
commit | 6abbd212b2828717fb3b10ed2925edf8f212e38d (patch) | |
tree | 3568fc4e4cd0ce594eb5d54db0a092e0cc3d208e /configure.ac | |
parent | 780add2c32a7577f1eab81ae3d8802cd02c4f8fe (diff) | |
download | postgresql-REL_15_RC1.tar.gz postgresql-REL_15_RC1.zip |
Stamp 15rc1.REL_15_RC1
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 99352d3e14d..c6e23785c4c 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], [15beta4], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [15rc1], [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 |