aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 853ed60c87..4bd5a4e71e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-05 Harish Krishnaswamy <kharish@novell.com>
+
+ * configure.in: reset upgrade revision to 0
+
2005-05-04 Amish <lists@munshi.biz>
* evolution-plugin.pc.in, evolution-shell.pc.in : use
diff --git a/configure.in b/configure.in
index 593ae64944..a70e820e22 100644
--- a/configure.in
+++ b/configure.in
@@ -34,7 +34,7 @@ dnl This is for triggering migration calls between varying versions.
dnl
dnl This should be reset to 0 whenever BASE_VERSION changes
dnl *************************************************************************************************
-UPGRADE_REVISION=1
+UPGRADE_REVISION=0
AC_SUBST(UPGRADE_REVISION)
AC_DEFINE_UNQUOTED(UPGRADE_REVISION, "$UPGRADE_REVISION", [The number of times we've upgraded since the BASE_VERSION release])