diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-02-11 16:22:57 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-02-11 16:22:57 -0500 |
commit | 394ef2397dd47ffa0fb2c1f51e19a2c8e51bec4d (patch) | |
tree | 329e0d09e08fd6625b568a8b80df72aea14c1506 /configure.in | |
parent | d64d05827e5fed5e7bba5b1f659a6f3720298db2 (diff) | |
download | postgresql-REL9_5_16.tar.gz postgresql-REL9_5_16.zip |
Stamp 9.5.16.REL9_5_16
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 8f5ebd52b84..02edf0445ef 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.15], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.5.16], [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 |