diff options
author | Tom Lane | 2021-05-10 20:50:15 +0000 |
---|---|---|
committer | Tom Lane | 2021-05-10 20:50:15 +0000 |
commit | 836dda6f1b31c5f7c70ebf52537364ffc3eff577 (patch) | |
tree | 4306e23b7065d967e67dc111d61770ea410c1fdf /configure.in | |
parent | cc6c63f8a26d9706bc4b256ac075401bb3d5f759 (diff) |
Stamp 9.6.22.REL9_6_22
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 5c7d9f5be7b..b096ac5fd33 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], [9.6.21], [[email protected]]) +AC_INIT([PostgreSQL], [9.6.22], [[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 |