diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2018-06-25 11:09:49 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2018-06-25 11:09:49 -0400 |
commit | 1d4e5edc1dc22f00a0abb00ed9b56c08c4a1f599 (patch) | |
tree | 50d8f99e5ac13252326ab9a0280c3e42f35108c3 /configure.in | |
parent | 299addd592ccf36d495319bda0f14049548ee130 (diff) | |
download | postgresql-REL_11_BETA2.tar.gz postgresql-REL_11_BETA2.zip |
Stamp 11beta2.REL_11_BETA2
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 03fc5023a46..d2423947783 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], [11beta1], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [11beta2], [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 |