diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2004-04-09 Chris Toshok <toshok@ximian.com> + * configure.in (UPGRADE_REVISION): bump to 8 for new contact list + migration, since there was a bug in the shell that caused all + migration to fail, but the key was still updated. + +2004-04-09 Chris Toshok <toshok@ximian.com> + * configure.in (UPGRADE_REVISION): bump to 7 for new contact list migration. diff --git a/configure.in b/configure.in index 6df236b402..5231209e41 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=7 +UPGRADE_REVISION=8 AC_SUBST(UPGRADE_REVISION) AC_DEFINE_UNQUOTED(UPGRADE_REVISION, "$UPGRADE_REVISION", [The number of times we've upgraded since the BASE_VERSION release]) |