diff options
author | Tom Lane | 2018-11-05 21:49:29 +0000 |
---|---|---|
committer | Tom Lane | 2018-11-05 21:49:29 +0000 |
commit | 0b09804544cb51e0d90c874f62a1d600ca9321d6 (patch) | |
tree | 91f339c01c6fbd20da5e7b3f76801e8b1374692f /configure.in | |
parent | a0e450e91ee9b6a79c55b5a5265147e789996549 (diff) |
Stamp 9.5.15.REL9_5_15
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 c958f4c678d..fc9b33125f0 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.14], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.5.15], [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 |