diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-06-17 17:15:30 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-06-17 17:15:30 -0400 |
commit | e5f26d79badfae8018ac70f2137158fe36246c2b (patch) | |
tree | f52e37ce71914226ae7a71147da1352dc47733a9 /configure.in | |
parent | a4e4418c3f68986607d7b588389e026108c79d71 (diff) | |
download | postgresql-REL_11_4.tar.gz postgresql-REL_11_4.zip |
Stamp 11.4.REL_11_4
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 9082c5b5802..84c30dd8e73 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.3], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [11.4], [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 |