aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-04-10 03:06:57 +0800
committerChris Toshok <toshok@src.gnome.org>2004-04-10 03:06:57 +0800
commit2658330b37900a4d90775b2d61cf88983f8343a6 (patch)
tree5b330b4137fef3e31b39fb28707c18ed4a66a9b2
parent204aeef86c4f82e5f19bbea998fac0d8cbabe51b (diff)
downloadgsoc2013-evolution-2658330b37900a4d90775b2d61cf88983f8343a6.tar
gsoc2013-evolution-2658330b37900a4d90775b2d61cf88983f8343a6.tar.gz
gsoc2013-evolution-2658330b37900a4d90775b2d61cf88983f8343a6.tar.bz2
gsoc2013-evolution-2658330b37900a4d90775b2d61cf88983f8343a6.tar.lz
gsoc2013-evolution-2658330b37900a4d90775b2d61cf88983f8343a6.tar.xz
gsoc2013-evolution-2658330b37900a4d90775b2d61cf88983f8343a6.tar.zst
gsoc2013-evolution-2658330b37900a4d90775b2d61cf88983f8343a6.zip
bump to 8 for new contact list migration, since there was a bug in the
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. svn path=/trunk/; revision=25402
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 54747a8702..1a6e3b2a50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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])