diff options
author | Tom Lane | 2012-09-19 21:55:55 +0000 |
---|---|---|
committer | Tom Lane | 2012-09-19 21:55:55 +0000 |
commit | ed23de2692225d06458116c0aa71fe86409b4184 (patch) | |
tree | a79dacfa7250a890acb2d10422938d20c5871e2c /configure.in | |
parent | 2017244ead566567bcc0c46c66a153386698542b (diff) |
Stamp 8.4.14.REL8_4_14
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 3a299f3fa09..d720eae1dcd 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.13], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.4.14], [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 |