diff options
author | Marc G. Fournier <scrappy@hub.org> | 2009-12-10 02:56:56 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 2009-12-10 02:56:56 +0000 |
commit | 5cc7c13022bf08ef72abfd19d193bc6f2b6b6809 (patch) | |
tree | 695b8b12541a86ff03b40c3b9dd8cc73a2edd530 /configure.in | |
parent | 743ffa59b915328f372cb75c1000b69aeb24f5c1 (diff) | |
download | postgresql-REL8_4_2.tar.gz postgresql-REL8_4_2.zip |
tag for 8.4.2REL8_4_2
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 32863d9cdab..858c107ff0b 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.602.2.1 2009/09/04 00:36:50 scrappy Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.602.2.2 2009/12/10 02:56:54 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.4.1], [pgsql-bugs@postgresql.org]) +AC_INIT([PostgreSQL], [8.4.2], [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 |