diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-06-17 17:23:53 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-06-17 17:23:53 -0400 |
commit | 683c768cbb7adc18fa0be93e41a090a48b000225 (patch) | |
tree | 4eeba91305e2eb3d5c46b371b7f634be8b07314f /configure.in | |
parent | 944bf6b4df7d005de130e4d1c3a735788f89e5c3 (diff) | |
download | postgresql-REL9_5_18.tar.gz postgresql-REL9_5_18.zip |
Stamp 9.5.18.REL9_5_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 d35b9086517..ef8c5d27bd1 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.5.17], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.5.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 |