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 46d9bf
+++ evolution-2.29.1-kill-bonobo-f945e64/configure.ac	2009-09-01 15:03:19.843363079 -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.