diff options
author | Tom Lane | 2018-02-05 21:01:02 +0000 |
---|---|---|
committer | Tom Lane | 2018-02-05 21:01:02 +0000 |
commit | 2840d201c6a62beb86d9671a66eeec56183d261b (patch) | |
tree | c987089c48afba99df0c3c2dc45fd69238b52705 /configure.in | |
parent | cbe0dd581e7c7a815f6df6d849449225c902b17c (diff) |
Stamp 10.2.REL_10_2
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 ffe25635c8d..8abb45f0b49 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], [10.1], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [10.2], [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 |