From 31d60040afd06ffe62e8d761cd61b4b3720454e0 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Tue, 13 Jan 2004 04:30:14 +0000 Subject: bump version and requirements 2004-01-12 JP Rosevear * configure.in: bump version and requirements svn path=/trunk/; revision=24193 --- configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index acb3ec1c8c..3645d2c913 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT(evolution, 1.5.1, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 1.5.2, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) @@ -976,9 +976,9 @@ AC_DEFUN(EVO_SET_COMPILE_FLAGS, [ dnl --- Required version numbers -GAL_REQUIRED=2.1.2 -GTKHTML_REQUIRED=3.1.5 -EDS_REQUIRED=0.0.4 +GAL_REQUIRED=2.1.3 +GTKHTML_REQUIRED=3.1.6 +EDS_REQUIRED=0.0.5 BONOBOUI_REQUIRED=2.4.2 AC_SUBST(GAL_REQUIRED) -- cgit