diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-07-10 16:26:20 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-07-10 16:26:20 -0400 |
commit | 42171e2cd23c8307bbe0ec64e901f58e297db1c3 (patch) | |
tree | 16b97360ce46069d8be3882e36308d7945b54e8a /configure.in | |
parent | 6c774caf0ea6977f00af4225192915f0a602ea3d (diff) | |
download | postgresql-REL_10_BETA2.tar.gz postgresql-REL_10_BETA2.zip |
Stamp 10beta2.REL_10_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 11eb9c8acfc..72e5b17ea74 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], [10beta1], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [10beta2], [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 |