diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-06-17 17:12:29 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-06-17 17:12:29 -0400 |
commit | 0ab7110bcbcce5ff58afb32e7871c54e87502139 (patch) | |
tree | 71e30cba2e8d9e3e697c3d97758bb68cc142b615 /configure.in | |
parent | 91acff7a538e6e6a8175450a38c7fa1d9a290011 (diff) | |
download | postgresql-REL_12_BETA2.tar.gz postgresql-REL_12_BETA2.zip |
Stamp 12beta2.REL_12_BETA2
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4586a1716ce..74938d4190e 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ dnl Read the Autoconf manual for details. dnl m4_pattern_forbid(^PGAC_)dnl to catch undefined macros -AC_INIT([PostgreSQL], [12beta1], [pgsql-bugs@lists.postgresql.org]) +AC_INIT([PostgreSQL], [12beta2], [pgsql-bugs@lists.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 |