diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-05-06 16:48:45 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-05-06 16:48:45 -0400 |
commit | 441190289892c4ae870d0781175aa8edd0ec528e (patch) | |
tree | ef1beefb878f08dd80c9fb4dadad4555b7ed8be5 /configure.in | |
parent | 585e8ffd195d868f23318caaed6fd586f8d56a0e (diff) | |
download | postgresql-REL_10_8.tar.gz postgresql-REL_10_8.zip |
Stamp 10.8.REL_10_8
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 4b34ef558b1..d642ff2beb2 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.7], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [10.8], [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 |