diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2023-05-22 17:08:08 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2023-05-22 17:08:08 -0400 |
commit | e0b82fc8e8317881ecdd1e28bece55ea0db952da (patch) | |
tree | fd26f9564eb4bb13c1f8ad16d3c3db1a7f13109e /configure.ac | |
parent | 60751aa50313b3498de199a3cd62e5f30e6b6091 (diff) | |
download | postgresql-REL_16_BETA1.tar.gz postgresql-REL_16_BETA1.zip |
Stamp 16beta1.REL_16_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 97f5be6c730..09558ada0fe 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], [16devel], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [16beta1], [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 |