diff options
author | JP Rosevear <jpr@src.gnome.org> | 2004-06-04 02:02:56 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-06-04 02:02:56 +0800 |
commit | 3048b4c9decd91d7c5baa0a9ec29f98a91976f1a (patch) | |
tree | ba6f25a662319846fd160fdb8d2211cc058f11af /configure.in | |
parent | dae1aa0ac0d5aa9e220f9de63b30f65ee0961665 (diff) | |
download | gsoc2013-evolution-3048b4c9decd91d7c5baa0a9ec29f98a91976f1a.tar.gz gsoc2013-evolution-3048b4c9decd91d7c5baa0a9ec29f98a91976f1a.tar.zst gsoc2013-evolution-3048b4c9decd91d7c5baa0a9ec29f98a91976f1a.zip |
Merge from release branch.
svn path=/trunk/; revision=26178
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in index e36a1ae75d..f814d6299e 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.8, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 1.5.9, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) @@ -1009,9 +1009,9 @@ AC_DEFUN(EVO_SET_COMPILE_FLAGS, [ dnl --- Required version numbers -GAL_REQUIRED=2.1.9 -GTKHTML_REQUIRED=3.1.14 -EDS_REQUIRED=0.0.93.1 +GAL_REQUIRED=2.1.10 +GTKHTML_REQUIRED=3.1.15 +EDS_REQUIRED=0.0.94 BONOBOUI_REQUIRED=2.4.2 AC_SUBST(GAL_REQUIRED) |