diff options
author | Tom Lane | 2023-08-07 20:05:20 +0000 |
---|---|---|
committer | Tom Lane | 2023-08-07 20:05:20 +0000 |
commit | 0dd5545378d79bc0080dd34824f428458cf7448d (patch) | |
tree | 802e00dee32951e0393a6843cb3edab2b1315580 /configure.ac | |
parent | f53511010b72d7d314e22be7c63ef94792fee345 (diff) |
Stamp 16beta3.REL_16_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 fe434f4ddc4..393dd9f061b 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], [16beta2], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [16beta3], [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 |