diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-11-06 17:11:00 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-11-06 17:11:00 -0500 |
commit | 9ce323f612ab19eda1322bb6cf8227b835027511 (patch) | |
tree | e1c2cf9ceada6f384bef54d2348e5f1da3c1460e /configure.in | |
parent | 7b4c179b70a59ad2dbd5c928ce8fc84629da0237 (diff) | |
download | postgresql-REL9_5_10.tar.gz postgresql-REL9_5_10.zip |
Stamp 9.5.10.REL9_5_10
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 70983762d0c..72d8f7cd9c6 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.9], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.5.10], [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 |