diff options
author | Tom Lane | 2021-05-10 20:43:52 +0000 |
---|---|---|
committer | Tom Lane | 2021-05-10 20:43:52 +0000 |
commit | 4bf0bce161097869be5a56706b31388ba15e0113 (patch) | |
tree | ed2189d16911f26335b217e4df0f0ed44bfc2f64 /configure.in | |
parent | a9c718bd2d35586da8ebdefa0b72fe7e0d1a725b (diff) |
Stamp 12.7.REL_12_7
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 9d80d8b7de0..bc07e92f8fb 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], [12.6], [[email protected]]) +AC_INIT([PostgreSQL], [12.7], [[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 |