diff options
author | Tom Lane | 2019-09-23 20:24:42 +0000 |
---|---|---|
committer | Tom Lane | 2019-09-23 20:24:42 +0000 |
commit | 17822c0e4f5ab8093e78f665c9e44766ae648a44 (patch) | |
tree | 589af350621f7c40a620581546275ae95896df09 /configure.in | |
parent | 53c89aed7b38ab412fddc1d6118822ce5d962acd (diff) |
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 51485d41d41..32b4cbf41b5 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], [[email protected]]) +AC_INIT([PostgreSQL], [12rc1], [[email protected]]) 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 |