diff options
author | Tom Lane | 2020-08-10 21:21:12 +0000 |
---|---|---|
committer | Tom Lane | 2020-08-10 21:21:12 +0000 |
commit | 03f5894b35c044f9b261bd00822ae4f009004871 (patch) | |
tree | d0c20a1bf4daa5cdb69b6870b6ed6720002895fe /configure.in | |
parent | a7e51a407658c65b3c3458bbbbff6c46a3c182b2 (diff) |
Stamp 9.6.19.REL9_6_19
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 e8df59b8d9..3d76d3140a 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.18], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.6.19], [pgsql-bugs@postgresql.org]) 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 |