diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-05-16 17:10:42 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-05-16 17:10:42 -0400 |
commit | 05a5a1775c89f6beb326725282e7eea1373cbec8 (patch) | |
tree | b5e36591a6db2ae4a2ab73d24cd77753292bddcc /configure.ac | |
parent | 4bfa420075b4e85012837b6b6d376edf8af5ede5 (diff) | |
download | postgresql-REL_15_BETA1.tar.gz postgresql-REL_15_BETA1.zip |
Stamp 15beta1.REL_15_BETA1
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 bba1ac5878d..d093fb88dd5 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], [15devel], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [15beta1], [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 |