diff options
author | Marc G. Fournier <scrappy@hub.org> | 2009-06-22 23:15:02 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2009-06-22 23:15:02 +0000 |
commit | bc00ceb159624ab1e4125995a64b318e6c2b1157 (patch) | |
tree | a311fdc0eb2e17e761d928cad71ff22c196b2299 /configure.in | |
parent | 6382448cf96a9b88d418cbaf86027b63f465b5d8 (diff) | |
download | postgresql-REL8_4_RC2.tar.gz postgresql-REL8_4_RC2.zip |
bundle RC2REL8_4_RC2
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 55bc3889a51..b0f52b3c0be 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $PostgreSQL: pgsql/configure.in,v 1.600 2009/06/12 05:19:22 scrappy Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.601 2009/06/22 23:15:02 scrappy Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -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.4rc1], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.4rc2], [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 |