diff options
| author | Tom Lane | 2017-05-15 21:20:59 +0000 |
|---|---|---|
| committer | Tom Lane | 2017-05-15 21:20:59 +0000 |
| commit | 5ad367a35b58a02686558a0189ef74f123ac85ba (patch) | |
| tree | a3777b9e99daa63b9975eafab31feed7144c0d4e /configure.in | |
| parent | 1aedcf98181602890ea8899202a7143543f9785a (diff) | |
Stamp 10beta1.
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 e92494e12d..e9f85b805d 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], [10devel], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [10beta1], [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 |
