diff options
author | Tom Lane | 2024-08-05 20:11:34 +0000 |
---|---|---|
committer | Tom Lane | 2024-08-05 20:11:34 +0000 |
commit | 76265a851b13bbb001a218481c0cb6315c0fdfe6 (patch) | |
tree | d06be5542fccce543c9d621ecde4043dd44299e3 /configure.in | |
parent | 1b85e65846aa16ede7aeddd67a9bd16ec73a18ae (diff) |
Stamp 12.20.REL_12_20
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 bd6c0776d5d..de239de8210 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.19], [[email protected]]) +AC_INIT([PostgreSQL], [12.20], [[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 |