diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-02-05 16:05:21 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-02-05 16:05:21 -0500 |
commit | b2be11138b4532c9ce4d7e9d795547b162e8abd5 (patch) | |
tree | 9ab0934c08f14c91801d346f2e96e4ebf1b4e24f /configure.in | |
parent | 2a08ab38d33021d92d8ee31d9e386da63c39424d (diff) | |
download | postgresql-REL9_5_11.tar.gz postgresql-REL9_5_11.zip |
Stamp 9.5.11.REL9_5_11
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 cc03f837be9..534ddb4b2b2 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.10], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.5.11], [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 |