diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-10-15 17:12:02 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-10-15 17:12:02 -0400 |
commit | 19f20081df059fef87e14c8e953669bd173dd7f1 (patch) | |
tree | c549412198497be5886239b53c27b4fa5595be43 /configure.in | |
parent | db9034bf7653fa527e2531e1a713dbbd37066a6b (diff) | |
download | postgresql-REL_11_0.tar.gz postgresql-REL_11_0.zip |
Stamp 11.0.REL_11_0
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 ffd4c45e4b4..a7fade6fb34 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], [11rc1], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [11.0], [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 |