commit 915ff8a7f3c50be9ebfff44c07e6f0a85b424c4b Author: Nathan Freitas nathan@freitas.net Date: Wed Apr 9 22:54:36 2014 -0400
updated to 13.0.6-RC-1 --- AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index e537388..2f649dd 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.torproject.android" - android:versionName="13.0.6-BETA-8" - android:versionCode="78" + android:versionName="13.0.6-RC-1" + android:versionCode="79" android:installLocation="auto" >
tor-commits@lists.torproject.org