diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-05-11 17:10:48 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-05-11 17:10:48 -0400 |
commit | d439e27d5f57df1365b53688daa367d56d55599d (patch) | |
tree | 0ceefa4770504f9adcb7021da055bbb50c806ebc /configure.in | |
parent | fcd89bbb70e2963c5f832191d3fd1f2a1d6443b6 (diff) | |
download | postgresql-REL_11_8.tar.gz postgresql-REL_11_8.zip |
Stamp 11.8.REL_11_8
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 3d54db6bd76..fab1658bcab 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.7], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [11.8], [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 |