diff options
| author | Tom Lane | 2018-08-06 20:09:28 +0000 |
|---|---|---|
| committer | Tom Lane | 2018-08-06 20:09:28 +0000 |
| commit | 2a37ee373aad7f8a702601b1c0bc0df6c79cff58 (patch) | |
| tree | fc847db877c10c5b0ced2ae902b27d21a400987a /configure.in | |
| parent | 10e1a4a26cb7f849fabd0302b9aec8de9be39be7 (diff) | |
Stamp 9.5.14.REL9_5_14
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 f61c4815008..c2751e5cc87 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.13], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.5.14], [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 |
