aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-01-27 03:38:57 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-01-27 03:38:57 +0800
commitc703581b6fd658d184c0cc98a0879f3203299a22 (patch)
tree5fdabecb72427c5f1c2b8c1c385fc98f65d777c6 /configure.in
parent325a743f8bed7e198bf5c7142a1feaf9e9399211 (diff)
downloadgsoc2013-evolution-c703581b6fd658d184c0cc98a0879f3203299a22.tar
gsoc2013-evolution-c703581b6fd658d184c0cc98a0879f3203299a22.tar.gz
gsoc2013-evolution-c703581b6fd658d184c0cc98a0879f3203299a22.tar.bz2
gsoc2013-evolution-c703581b6fd658d184c0cc98a0879f3203299a22.tar.lz
gsoc2013-evolution-c703581b6fd658d184c0cc98a0879f3203299a22.tar.xz
gsoc2013-evolution-c703581b6fd658d184c0cc98a0879f3203299a22.tar.zst
gsoc2013-evolution-c703581b6fd658d184c0cc98a0879f3203299a22.zip
bump requirements, version
2004-01-26 JP Rosevear <jpr@ximian.com> * configure.in: bump requirements, version svn path=/trunk/; revision=24444
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 02034b0014..1d16ee4821 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.2, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 1.5.3, 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.3
-GTKHTML_REQUIRED=3.1.6
-EDS_REQUIRED=0.0.5
+GAL_REQUIRED=2.1.4
+GTKHTML_REQUIRED=3.1.7
+EDS_REQUIRED=0.0.6
BONOBOUI_REQUIRED=2.4.2
AC_SUBST(GAL_REQUIRED)
@@ -1074,7 +1074,7 @@ AC_SUBST(EVOLUTION_ADDRESSBOOK_CONDUIT_LIBS)
fi
dnl --- evolution-calendar flags
-EVO_SET_COMPILE_FLAGS(LIBSOUP, libsoup-2.2 >= 2.1.3)
+EVO_SET_COMPILE_FLAGS(LIBSOUP, libsoup-2.2 >= 2.1.5)
AC_SUBST(LIBSOUP_CFLAGS)
AC_SUBST(LIBSOUP_LIBS)