diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-02-08 16:12:28 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-02-08 16:12:28 -0500 |
commit | 616eaa396a9bf82d8208a79367d784590be9370d (patch) | |
tree | d2d8b04157cc207de2e378e6027a5dcb9baf6468 /configure.in | |
parent | 477bee7dc66e5c227f621564b5c448ba8948406b (diff) | |
download | postgresql-REL9_5_1.tar.gz postgresql-REL9_5_1.zip |
Stamp 9.5.1.REL9_5_1
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 3c1cc7e4237..09c29859383 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.0], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.5.1], [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 |