diff options
author | Marc G. Fournier <scrappy@hub.org> | 2010-03-12 03:59:00 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2010-03-12 03:59:00 +0000 |
commit | 115c90bbab4e0135ab55ca76a28b864fbec4d1f9 (patch) | |
tree | eea6ab7b01121d06c266c378e54466e5aab58593 /configure.in | |
parent | c15c8fbc383bdbac7543365edeb046db00fe66b2 (diff) | |
download | postgresql-REL8_0_24.tar.gz postgresql-REL8_0_24.zip |
tag 8.0.24, not .23REL8_0_24
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 f37cb340fa8..66504b10aa5 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.398.4.34 2009/12/10 03:21:30 scrappy Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.398.4.35 2010/03/12 03:59:00 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.0.23], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.0.24], [pgsql-bugs@postgresql.org]) m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.53], [], [m4_fatal([Autoconf version 2.53 is required. Untested combinations of 'autoconf' and PostgreSQL versions are not |