diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-10-08 17:24:40 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-10-08 17:24:40 -0400 |
commit | 4c676181cdb6c16c414d5e9cd2304f5c73881601 (patch) | |
tree | 0051b42d7b7f55837ebf4d537762aed3962ac7ea /configure.in | |
parent | 1145c26b749a73419d32e4c997237e84fbbffa04 (diff) | |
download | postgresql-REL_11_RC1.tar.gz postgresql-REL_11_RC1.zip |
Stamp 11rc1.REL_11_RC1
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 081eb50758b..ffd4c45e4b4 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], [11beta4], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [11rc1], [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 |