diff options
| author | Tom Lane | 2017-02-06 21:47:25 +0000 |
|---|---|---|
| committer | Tom Lane | 2017-02-06 21:47:25 +0000 |
| commit | bcbbc4cfc9ca163c4a562f24ff9e2fb070647786 (patch) | |
| tree | c40f090ba459b424be0282831363e9aa2bee7c25 /configure.in | |
| parent | 5127c873aa52e574e8b2dd3ebf488e072a81a3ae (diff) | |
Stamp 9.5.6.REL9_5_6
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 b44eb7c1293..b9a1e099882 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.5], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.5.6], [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 |
