diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-09-23 16:24:42 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-09-23 16:24:42 -0400 |
commit | 17822c0e4f5ab8093e78f665c9e44766ae648a44 (patch) | |
tree | 589af350621f7c40a620581546275ae95896df09 /configure.in | |
parent | 53c89aed7b38ab412fddc1d6118822ce5d962acd (diff) | |
download | postgresql-17822c0e4f5ab8093e78f665c9e44766ae648a44.tar.gz |
Stamp 12rc1.REL_12_RC1
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 51485d41d4..32b4cbf41b 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], [12beta4], [pgsql-bugs@lists.postgresql.org]) +AC_INIT([PostgreSQL], [12rc1], [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 |