aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJP Rosevear <jpr@src.gnome.org>2004-04-20 03:52:05 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-04-20 03:52:05 +0800
commitd0d8d568ad9a830e50845f3d86fb30105b37d319 (patch)
treea709afbfd097e0601a0e9c7ec05e0b6b05af431e /configure.in
parentd812fc96ba5647aebc61789855f498f17d689456 (diff)
downloadgsoc2013-evolution-d0d8d568ad9a830e50845f3d86fb30105b37d319.tar
gsoc2013-evolution-d0d8d568ad9a830e50845f3d86fb30105b37d319.tar.gz
gsoc2013-evolution-d0d8d568ad9a830e50845f3d86fb30105b37d319.tar.bz2
gsoc2013-evolution-d0d8d568ad9a830e50845f3d86fb30105b37d319.tar.lz
gsoc2013-evolution-d0d8d568ad9a830e50845f3d86fb30105b37d319.tar.xz
gsoc2013-evolution-d0d8d568ad9a830e50845f3d86fb30105b37d319.tar.zst
gsoc2013-evolution-d0d8d568ad9a830e50845f3d86fb30105b37d319.zip
Merge from release branch
svn path=/trunk/; revision=25522
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 1eeb8fbfab..0fa2f20392 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.6, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution)
+AC_INIT(evolution, 1.5.7, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution)
AC_CONFIG_SRCDIR(README)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
@@ -999,9 +999,9 @@ AC_DEFUN(EVO_SET_COMPILE_FLAGS, [
dnl --- Required version numbers
-GAL_REQUIRED=2.1.7
-GTKHTML_REQUIRED=3.1.11
-EDS_REQUIRED=0.0.91
+GAL_REQUIRED=2.1.8
+GTKHTML_REQUIRED=3.1.12
+EDS_REQUIRED=0.0.92
BONOBOUI_REQUIRED=2.4.2
AC_SUBST(GAL_REQUIRED)