diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-08-05 17:14:59 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-08-05 17:14:59 -0400 |
commit | fdf16779f107dd22a2cb8430d2eee6c344b34187 (patch) | |
tree | 5b34be675a798bf56737e973e3efa9b28fb6204a /configure.in | |
parent | d03c0413343ac5a79bc2f6ee5abc84c873efd863 (diff) | |
download | postgresql-REL_11_5.tar.gz postgresql-REL_11_5.zip |
Stamp 11.5.REL_11_5
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 84c30dd8e73..b2a71bec23c 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.4], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [11.5], [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 |