diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-11-11 17:05:05 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-11-11 17:05:05 -0500 |
commit | 34f805c8cf1bc4d54075526d3b023d9194ccd2cd (patch) | |
tree | 3c09aded27d1aafb201621d031016974bdb72021 /configure.in | |
parent | b3c762a45a14e119acf371f60eb01c8d3607f714 (diff) | |
download | postgresql-REL_11_6.tar.gz postgresql-REL_11_6.zip |
Stamp 11.6.REL_11_6
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 e8d3918a886..047fa0f774e 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.5], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [11.6], [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 |