diff options
author | Marc G. Fournier <scrappy@hub.org> | 2008-09-19 03:23:34 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2008-09-19 03:23:34 +0000 |
commit | b0ea4828e46b92ec7fc2615383efed25a05dd4a5 (patch) | |
tree | 09eb657b92792dbfe1814d84a6522ddfac586b02 /configure.in | |
parent | 9ca010304df9604fe9bc9476b60a0a946d49aeb4 (diff) | |
download | postgresql-b0ea4828e46b92ec7fc2615383efed25a05dd4a5.tar.gz |
tag for 8.0.18REL8_0_18
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 beb22e20e7..b70687aa59 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.26 2008/06/09 00:18:48 tgl Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.398.4.27 2008/09/19 03:23:33 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.17], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.0.18], [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 |