diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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]) |