diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-09-09 16:24:29 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-09-09 16:24:29 -0400 |
commit | 84bb33c4804ea26b3f23df875701731bd01d3f0a (patch) | |
tree | 8a48a20a311ef8dcab43f6bdd24ffa2c5d4742d9 /configure.in | |
parent | 5348e22b969f6af8bd4400256a6a190721a01f34 (diff) | |
download | postgresql-REL_12_BETA4.tar.gz postgresql-REL_12_BETA4.zip |
Stamp 12beta4.REL_12_BETA4
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 8c492b5782d..51485d41d41 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], [12beta3], [pgsql-bugs@lists.postgresql.org]) +AC_INIT([PostgreSQL], [12beta4], [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 |