From 4cc9829e8c943daa0578e6fab4cc84fe7e49f3d3 Mon Sep 17 00:00:00 2001 From: Tim Su Date: Tue, 28 Sep 2010 14:35:07 -0700 Subject: [PATCH] Version bump again, since the last one was released with debugging options --- astrid/AndroidManifest.xml | 4 ++-- astrid/src/com/todoroo/astrid/service/UpgradeService.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/astrid/AndroidManifest.xml b/astrid/AndroidManifest.xml index 67b0ba008f..8974026a78 100644 --- a/astrid/AndroidManifest.xml +++ b/astrid/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionName="3.3.6 (bug fix release)" + android:versionCode="161"> diff --git a/astrid/src/com/todoroo/astrid/service/UpgradeService.java b/astrid/src/com/todoroo/astrid/service/UpgradeService.java index d31e7dae14..0e3ee295c8 100644 --- a/astrid/src/com/todoroo/astrid/service/UpgradeService.java +++ b/astrid/src/com/todoroo/astrid/service/UpgradeService.java @@ -107,7 +107,7 @@ public void showChangeLog(Context context, int from) { "clicking here", }); if(from >= V3_3_0) - newVersionString(changeLog, "3.3.5 (9/27/10)", new String[] { + newVersionString(changeLog, "3.3.6 (9/27/10)", new String[] { "Restored alarm functionality", "Producteev: sync can now remove due dates in Producteev", });