diff options
author | Tom Lane | 2023-02-06 21:45:00 +0000 |
---|---|---|
committer | Tom Lane | 2023-02-06 21:45:00 +0000 |
commit | 533cc39b750bd7600e8e2e5cab819a27f1717960 (patch) | |
tree | 7f6b5c4fb9cfbdcc0f5718ca2e3431478507867f /configure.in | |
parent | bd46d1b5413d52af224db982de79f429a0cf12de (diff) |
Stamp 12.14.REL_12_14
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 0b48b76c20f..70e86fde3f2 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.13], [[email protected]]) +AC_INIT([PostgreSQL], [12.14], [[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 |