diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-05-06 16:52:44 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-05-06 16:52:44 -0400 |
commit | b221b78f83f5bc337b596170d70ab0a9d72a2951 (patch) | |
tree | 6d03f9d22fa748679dbc79a4dc5bc95fee24f1e3 /configure.in | |
parent | 1760514e73e942dcb73231b6d65f6c2ef210c7da (diff) | |
download | postgresql-REL9_5_17.tar.gz postgresql-REL9_5_17.zip |
Stamp 9.5.17.REL9_5_17
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 02edf0445ef..d35b9086517 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.16], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.5.17], [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 |