diff options
author | Peter Eisentraut | 2013-10-08 03:10:18 +0000 |
---|---|---|
committer | Peter Eisentraut | 2013-10-08 03:10:18 +0000 |
commit | e6a8de2854bc94fc59b18c3643fd1d08ebfe268f (patch) | |
tree | ac1b0e2f642a5cb3272ca91fef487e15da021115 /configure.in | |
parent | 3ac00d87014ad8fcfce85a68a91f6f9f570c57cb (diff) |
Stamp 8.4.18.REL8_4_18
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 f331459501b..5103af07355 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], [8.4.17], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.4.18], [pgsql-bugs@postgresql.org]) m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.61], [], [m4_fatal([Autoconf version 2.61 is required. Untested combinations of 'autoconf' and PostgreSQL versions are not |