Matthew Barnes 46d9bf
diff -up evolution-2.29.1-kill-bonobo-f945e64/configure.ac.override-version evolution-2.29.1-kill-bonobo-f945e64/configure.ac
Matthew Barnes 46d9bf
--- evolution-2.29.1-kill-bonobo-f945e64/configure.ac.override-version	2009-09-01 15:02:53.028656991 -0400
Matthew Barnes 4c7135
+++ evolution-2.29.1-kill-bonobo-f945e64/configure.ac	2009-09-01 15:36:41.818612634 -0400
Matthew Barnes 46d9bf
@@ -1,7 +1,7 @@
Matthew Barnes 46d9bf
 dnl Evolution Versions
Matthew Barnes 46d9bf
 m4_define([evo_major_version], [2])
Matthew Barnes 46d9bf
-m4_define([evo_minor_version], [29])
Matthew Barnes 46d9bf
-m4_define([evo_micro_version], [1])
Matthew Barnes 46d9bf
+m4_define([evo_minor_version], [27])
Matthew Barnes 46d9bf
+m4_define([evo_micro_version], [99])
Matthew Barnes 46d9bf
 m4_define([evo_version],
Matthew Barnes 46d9bf
 	[evo_major_version.evo_minor_version.evo_micro_version])
Matthew Barnes 46d9bf
 m4_define([evo_stable_version],
Matthew Barnes 46d9bf
@@ -13,8 +13,8 @@ dnl Base Version: This is for API/versio
Matthew Barnes 46d9bf
 dnl Bonobo server files.  This should always be the major/minor of
Matthew Barnes 46d9bf
 dnl the stable version or stable version to be.  Note, this is set
Matthew Barnes 46d9bf
 dnl the way it is so that GETTEXT_PACKAGE will be parsed correctly.
Matthew Barnes 46d9bf
-BASE_VERSION=2.30
Matthew Barnes 46d9bf
-m4_define([base_version], [2.30])
Matthew Barnes 46d9bf
+BASE_VERSION=2.28
Matthew Barnes 46d9bf
+m4_define([base_version], [2.28])
Matthew Barnes 46d9bf
 
Matthew Barnes 46d9bf
 dnl Upgrade Revision: This is for triggering migration calls between
Matthew Barnes 46d9bf
 dnl varying versions. Reset to 0 whenever BASE_VERSION changes.
Matthew Barnes 4c7135
@@ -49,7 +49,7 @@ GTKHTML_PACKAGE=3.14
Matthew Barnes 4c7135
 dnl Required Packages
Matthew Barnes 4c7135
 m4_define([glib_minimum_version], [2.20.0])
Matthew Barnes 4c7135
 m4_define([gtk_minimum_version], [2.16.0])
Matthew Barnes 4c7135
-m4_define([eds_minimum_version], [evo_version])
Matthew Barnes 4c7135
+m4_define([eds_minimum_version], [2.27.91])
Matthew Barnes 4c7135
 m4_define([gnome_icon_theme_minimum_version], [2.19.91])
Matthew Barnes 4c7135
 m4_define([gnome_desktop_minimum_version], [2.26.0])
Matthew Barnes 4c7135
 m4_define([libbonobo_minimum_version], [2.20.3])