diff options
author | Chris Toshok <toshok@ximian.com> | 2004-04-10 01:32:20 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-04-10 01:32:20 +0800 |
commit | eabfd6075ad3ba0e118e8a8689adf9629bef1ea8 (patch) | |
tree | d1754744f230c06487d857c2033d0a31b8735b44 | |
parent | cb3a5cdddc4c5c5b1501367a9ec09ade8f8e5467 (diff) | |
download | gsoc2013-evolution-eabfd6075ad3ba0e118e8a8689adf9629bef1ea8.tar.gz gsoc2013-evolution-eabfd6075ad3ba0e118e8a8689adf9629bef1ea8.tar.zst gsoc2013-evolution-eabfd6075ad3ba0e118e8a8689adf9629bef1ea8.zip |
bump to 7 for new contact list migration.
2004-04-09 Chris Toshok <toshok@ximian.com>
* configure.in (UPGRADE_REVISION): bump to 7 for new contact list
migration.
svn path=/trunk/; revision=25394
-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]) |