diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-08-10 17:12:51 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-08-10 17:12:51 -0400 |
commit | 1754a71986e806330ac3ab9e8125c902286b829d (patch) | |
tree | cf028aaa619f690b315bc35ed5d10cfedb5b2b7d /configure.in | |
parent | b601f24c875d79e747eb8b50a4b1555ac22cf8f9 (diff) | |
download | postgresql-REL_13_BETA3.tar.gz postgresql-REL_13_BETA3.zip |
Stamp 13beta3.REL_13_BETA3
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 033016b97c2..3bdacc03ea9 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], [13beta2], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/]) +AC_INIT([PostgreSQL], [13beta3], [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 |