diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-06-22 17:16:25 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-06-22 17:16:25 -0400 |
commit | bc4d7817e0cbd26998ebaa682772bf6bc579c302 (patch) | |
tree | 4e356b70b152782ffd771debbb923bbecdcc280b /configure.in | |
parent | d33f33539d7f90d024a1dcb73b74c15b07349be8 (diff) | |
download | postgresql-REL_13_BETA2.tar.gz postgresql-REL_13_BETA2.zip |
Stamp 13beta2.REL_13_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 1a9891c7782..033016b97c2 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], [13beta1], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [13beta2], [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 |