From 610d658ef1161352deec480e66db779f3d71d007 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 29 Dec 2003 18:28:25 +0000 Subject: bump version and gal, e-d-s and gtkhtml requirements 2003-12-29 JP Rosevear * configure.in: bump version and gal, e-d-s and gtkhtml requirements svn path=/trunk/; revision=24014 --- configure.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index a613619f01..08c75f977a 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, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 1.5.1, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) @@ -968,9 +968,9 @@ AC_DEFUN(EVO_SET_COMPILE_FLAGS, [ dnl --- Required version numbers -GAL_REQUIRED=2.1.1 -GTKHTML_REQUIRED=3.1.4 -EDS_REQUIRED=0.0.3 +GAL_REQUIRED=2.1.2 +GTKHTML_REQUIRED=3.1.5 +EDS_REQUIRED=0.0.4 AC_SUBST(GAL_REQUIRED) AC_SUBST(GTKHTML_REQUIRED) -- cgit