aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eba1da28a5..54747a8702 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-09 Chris Toshok <toshok@ximian.com>
+
+ * configure.in (UPGRADE_REVISION): bump to 7 for new contact list
+ migration.
+
2004-04-08 Chris Toshok <toshok@ximian.com>
* configure.in (UPGRADE_REVISION): add a new variable that should
diff --git a/configure.in b/configure.in
index 158faad007..6df236b402 100644
--- a/configure.in
+++ b/configure.in
@@ -1137,7 +1137,7 @@ BASE_VERSION=`echo $VERSION | awk -F. '{print $1 "." $2;}'`
AC_SUBST(BASE_VERSION)
AC_DEFINE_UNQUOTED(BASE_VERSION, "$BASE_VERSION", [Base version (Major.Minor)])
-UPGRADE_REVISION=6
+UPGRADE_REVISION=7
AC_SUBST(UPGRADE_REVISION)
AC_DEFINE_UNQUOTED(UPGRADE_REVISION, "$UPGRADE_REVISION", [The number of times we've upgraded since the BASE_VERSION release])