diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-05-08 17:17:18 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-05-08 17:17:18 -0400 |
commit | aa3bcba08d466bc6fd2558f8f0bf0e6d6c89b58b (patch) | |
tree | 2b05afa5d86c8529c01e4dd0ce7cc4417a65884d /configure.in | |
parent | 4509b4eb188beeea5c74a52f238127d323093113 (diff) | |
download | postgresql-REL9_5_7.tar.gz postgresql-REL9_5_7.zip |
Stamp 9.5.7.REL9_5_7
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 b9a1e099882..181e3448949 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.6], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.5.7], [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 |