diff options
author | Tom Lane | 2020-02-10 22:17:28 +0000 |
---|---|---|
committer | Tom Lane | 2020-02-10 22:17:28 +0000 |
commit | a8423a99122bae8e90a3874a4466c39031657a55 (patch) | |
tree | 20ec7d60e0f9269681cbec0ee296495a3585c078 /configure.in | |
parent | f1a336887e1cc754b4985c82827aa70f847980ba (diff) |
Stamp 11.7.REL_11_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 6a0c1758b5c..5d952fb78c8 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], [11.6], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [11.7], [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 |