diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-05-06 16:46:18 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-05-06 16:46:18 -0400 |
commit | 0616aed243b23e68b5c06ceb3df3e4ec35e731b7 (patch) | |
tree | 104f9ef71de5ff1e6e81b438f99d27899578289b /configure.in | |
parent | 02814c381bbae9d23b19042fe356c000ae31d975 (diff) | |
download | postgresql-REL_11_3.tar.gz postgresql-REL_11_3.zip |
Stamp 11.3.REL_11_3
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 e7619dbff75..9082c5b5802 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.2], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [11.3], [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 |