diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-08-09 16:47:06 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-08-09 16:47:06 -0400 |
commit | 26f5391df63445692c88e4540dcbb558e567044c (patch) | |
tree | 737674c86d7d378ea05b07067b9f1cda97508b5b /configure.ac | |
parent | 7f7a9c20621f52867100fa3acfb4d453004ed924 (diff) | |
download | postgresql-REL_14_BETA3.tar.gz postgresql-REL_14_BETA3.zip |
Stamp 14beta3.REL_14_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 15542c2f75c..ce9985855e4 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], [14beta2], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [14beta3], [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 |