diff options
author | Joe Conway <mail@joeconway.com> | 2021-06-21 17:07:55 -0400 |
---|---|---|
committer | Joe Conway <mail@joeconway.com> | 2021-06-21 17:07:55 -0400 |
commit | bafad2c5b261a1449bed60ebac9e7918ebcc42b4 (patch) | |
tree | c3aa62f523dd689786af23f43b76132c2ccd0d76 /configure.ac | |
parent | 5a1e1d83022b976ebdec5cfa8f255c4278b75b8e (diff) | |
download | postgresql-REL_14_BETA2.tar.gz postgresql-REL_14_BETA2.zip |
Stamp 14beta2.REL_14_BETA2
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 3b42d8bdc9c..3eb35583c1b 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], [14beta1], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [14beta2], [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 |