diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-08-07 17:13:41 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-08-07 17:13:41 -0400 |
commit | 029386ccbddd0a33d481b94e511f5219b03e6636 (patch) | |
tree | 1f11a769fdc45f047d48870f9768d06efc1c776a /configure.in | |
parent | caada7c9bdbc41f4204516a099e25b85cd846004 (diff) | |
download | postgresql-REL9_5_8.tar.gz postgresql-REL9_5_8.zip |
Stamp 9.5.8.REL9_5_8
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 b46135346a1..8c73bb32b9e 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.7], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.5.8], [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 |