diff options
author | Tom Lane | 2018-02-26 22:17:45 +0000 |
---|---|---|
committer | Tom Lane | 2018-02-26 22:17:45 +0000 |
commit | f46bc90dbcf48766abcddc0221edc66dbffb4785 (patch) | |
tree | 073d806be0b05615f6e3f4b321fe16f79889015d /configure.in | |
parent | dfebb71692724081374a391b1a8549a467bc1d08 (diff) |
Stamp 9.4.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 58c655991de..d7958439998 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.4.16], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [9.4.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 |