diff options
author | Tom Lane | 2012-12-03 20:25:45 +0000 |
---|---|---|
committer | Tom Lane | 2012-12-03 20:25:45 +0000 |
commit | 965edcab6e64f4fb57c4d2babbbd30ce6adeefb8 (patch) | |
tree | c548d9aace56aa0e9112eaf21036c1ca5cf4824d /configure.in | |
parent | 9b50e972809e5770cd2f0de1619d11cce861cf9c (diff) |
Stamp 8.4.15.REL8_4_15
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 d720eae1dcd..9f62b47dee3 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.14], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.4.15], [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 |