diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2020-05-11 17:14:21 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2020-05-11 17:14:21 -0400 |
commit | b3960286a6fa1b195a06cfc38701866e21394861 (patch) | |
tree | 4380391f4be2932058c4a560574354f6d9cfbf1c /configure.in | |
parent | 3cbf235e56df461b18c371cbca6a9dc422b0d2f0 (diff) | |
download | postgresql-REL9_6_18.tar.gz postgresql-REL9_6_18.zip |
Stamp 9.6.18.REL9_6_18
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 f68d030e6ce..76097f467d3 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], [9.6.17], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.6.18], [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 |