commit c906f7ed5573c82fd13d01ec446accbc39c296e9 Author: Nathan Freitas nathan@freitas.net Date: Fri Apr 18 12:03:39 2014 -0400
13.0.7 is stable enough for a release --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 81e6406..deaad72 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,7 +1,7 @@ <?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.7-BETA-1" + android:versionName="13.0.7" android:versionCode="86" android:installLocation="auto" >
tor-commits@lists.torproject.org