diff --git a/astrid/AndroidManifest.xml b/astrid/AndroidManifest.xml index ab74c3146..ae1add568 100644 --- a/astrid/AndroidManifest.xml +++ b/astrid/AndroidManifest.xml @@ -6,8 +6,8 @@ --> + android:versionName="4.6.3" + android:versionCode="304"> diff --git a/astrid/src/com/todoroo/astrid/service/UpgradeService.java b/astrid/src/com/todoroo/astrid/service/UpgradeService.java index f3cb655de..5fe4773f1 100644 --- a/astrid/src/com/todoroo/astrid/service/UpgradeService.java +++ b/astrid/src/com/todoroo/astrid/service/UpgradeService.java @@ -321,6 +321,12 @@ public final class UpgradeService { Preferences.clear(AstridPreferences.P_UPGRADE_FROM); StringBuilder changeLog = new StringBuilder(); + if (from >= V4_6_0 && from < V4_6_3) { + newVersionString(changeLog, "4.6.3 (4/15/13)", new String[] { + "Fixed a bug that could prevent some foreign language tasks from syncing correctly", + }); + } + if (from >= V4_6_0 && from < V4_6_2) { newVersionString(changeLog, "4.6.2 (4/10/13)", new String[] { "Fixed a bug that could prevent certain tasks from syncing correctly",