diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-06-20 16:23:47 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-06-20 16:23:47 -0400 |
commit | 936b62ddf247c26e8cc4fca34bd8a4c2e65c09fd (patch) | |
tree | d1c9f3bae3f4da310742a6066538823c8fa2f819 /configure.in | |
parent | 1fe1204e87c467221277d1789f1a530a27e15bd2 (diff) | |
download | postgresql-REL9_6_BETA2.tar.gz postgresql-REL9_6_BETA2.zip |
Stamp 9.6beta2.REL9_6_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 97b57d797b4..c07904ef4ce 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], [9.6beta1], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.6beta2], [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 |