bump versions to orbot 0.0.6 and tor 0.2.2.13

svn:r22369
This commit is contained in:
Erinn Clark 2010-05-19 08:20:39 +00:00
parent 5a76d6cada
commit cc8eeec2a1
3 changed files with 3 additions and 3 deletions

View File

@ -10,5 +10,5 @@
# Indicates whether an apk should be generated for each density. # Indicates whether an apk should be generated for each density.
split.density=false split.density=false
# Project target. # Project target.
target=android-4 target=android-2
apk-configurations= apk-configurations=

View File

@ -68,7 +68,7 @@ http://guardianproject.info/apps/orbot/"
android:paddingLeft="15px" android:paddingLeft="15px"
android:textStyle="bold" android:textStyle="bold"
android:textColor="#ffffff" /> android:textColor="#ffffff" />
<TextView android:text="Tor v0.2.2.9: https://www.torproject.org" <TextView android:text="Tor v0.2.2.13: https://www.torproject.org"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:autoLink="web" android:autoLink="web"

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="app_name">Orbot</string> <string name="app_name">Orbot</string>
<string name="app_version">0.0.5</string> <string name="app_version">0.0.6</string>
<string name="internal_web_url">http://orbot/</string> <string name="internal_web_url">http://orbot/</string>
<string name="default_web_url">http://check.torproject.org</string> <string name="default_web_url">http://check.torproject.org</string>
<string name="secure_default_web_url">https://check.torproject.org</string> <string name="secure_default_web_url">https://check.torproject.org</string>