diff options
author | Marc G. Fournier | 2009-09-04 00:36:51 +0000 |
---|---|---|
committer | Marc G. Fournier | 2009-09-04 00:36:51 +0000 |
commit | 6883b7df92f7871c0c8e52f60e0e19c2f73c3746 (patch) | |
tree | 5491ca010e900470c14e2df9d555e937bd440567 /configure.in | |
parent | b58a4b2ee86a503d6a884f79795ec7b6a1e4c474 (diff) |
Tag 8.4.1REL8_4_1
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 259181eb11d..32863d9cdab 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 2009/06/27 00:14:47 scrappy Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.602.2.1 2009/09/04 00:36:50 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.0], [[email protected]]) +AC_INIT([PostgreSQL], [8.4.1], [[email protected]]) 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 |