From e6460c0a9fb8cc5123201278bfd9a05e0d582cdf Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Wed, 7 Mar 2012 17:00:00 -0800 Subject: [PATCH] Changed version string to be 4.0.4 --- astrid/AndroidManifest.xml | 2 +- astrid/src/com/todoroo/astrid/service/UpgradeService.java | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/astrid/AndroidManifest.xml b/astrid/AndroidManifest.xml index 141616a4f..c2b2290b9 100644 --- a/astrid/AndroidManifest.xml +++ b/astrid/AndroidManifest.xml @@ -1,7 +1,7 @@ diff --git a/astrid/src/com/todoroo/astrid/service/UpgradeService.java b/astrid/src/com/todoroo/astrid/service/UpgradeService.java index 56d9b10e3..a074ffe88 100644 --- a/astrid/src/com/todoroo/astrid/service/UpgradeService.java +++ b/astrid/src/com/todoroo/astrid/service/UpgradeService.java @@ -40,7 +40,7 @@ import com.todoroo.astrid.utility.AstridPreferences; public final class UpgradeService { - public static final int V4_0_3_1 = 256; + public static final int V4_0_4 = 256; public static final int V4_0_3 = 255; public static final int V4_0_2_1 = 254; public static final int V4_0_2 = 253; @@ -180,8 +180,8 @@ public final class UpgradeService { Preferences.clear(AstridPreferences.P_UPGRADE_FROM); StringBuilder changeLog = new StringBuilder(); - if (from >= V4_0_0 && from < V4_0_3_1) { - newVersionString(changeLog, "4.0.3.1 (3/7/12)", new String[] { + if (from >= V4_0_0 && from < V4_0_4) { + newVersionString(changeLog, "4.0.4 (3/7/12)", new String[] { "Fixed crashes related to error reporting", "Fixed a crash when creating a task from the widget", "Fixed a bug where a manual sync wouldn't always start"