diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-08-06 16:05:31 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-08-06 16:05:31 -0400 |
commit | 4191e37a9a1fb598267c445c717914012d9bc423 (patch) | |
tree | d86360378ea8f7ac576a422ba1188093ac40da75 /configure.in | |
parent | 4ae11214238b382242c038566e5da970fbdaa355 (diff) | |
download | postgresql-REL_10_5.tar.gz postgresql-REL_10_5.zip |
Stamp 10.5.REL_10_5
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 36ab6f20d07..52748657553 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.4], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [10.5], [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 |