diff options
author | JP Rosevear <jpr@src.gnome.org> | 2005-03-15 10:54:10 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-03-15 10:54:10 +0800 |
commit | ca63caf245590c8725255e5be842cbf1123641f9 (patch) | |
tree | 690f9cde3a5d7af12fbd126e97a47f508f9d3c53 /configure.in | |
parent | d9e4b12a581e71d6f11747568a302eceb65dff7c (diff) | |
download | gsoc2013-evolution-ca63caf245590c8725255e5be842cbf1123641f9.tar.gz gsoc2013-evolution-ca63caf245590c8725255e5be842cbf1123641f9.tar.zst gsoc2013-evolution-ca63caf245590c8725255e5be842cbf1123641f9.zip |
Merge from 2.10 branch
svn path=/trunk/; revision=29019
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 362a58bbdb..5dceebef26 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, 2.1.6, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) +AC_INIT(evolution, 2.2.0, http://bugzilla.ximian.com/enter_bug.cgi?product=Evolution) AC_CONFIG_SRCDIR(README) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) @@ -1098,11 +1098,11 @@ fi dnl --- Required version numbers -GAL_REQUIRED=2.3.5 +GAL_REQUIRED=2.4.0 GAL_PACKAGE=2.4 -GTKHTML_REQUIRED=3.5.7 +GTKHTML_REQUIRED=3.6.0 GTKHTML_PACKAGE=3.6 -EDS_REQUIRED=1.1.6 +EDS_REQUIRED=1.2.0 EDS_PACKAGE=1.2 BONOBOUI_REQUIRED=2.4.2 GNOME_VFS_REQUIRED=2.4 |