summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-04-30 02:53:12 +0200
committerArne Schwabe <arne@rfc2549.org>2012-04-30 02:53:12 +0200
commit44fa929579f9d801de9b62269f80310f3405ba4a (patch)
tree2ec9d7e96aea032153e51aa1ec9df4ce23d9ad10 /AndroidManifest.xml
parent59ec3d3da5b3a7dca678df9adde663a57ccd1632 (diff)
version 0.4.2
--HG-- rename : src/de/blinkt/openvpn/BasicSettings.java => src/de/blinkt/openvpn/Settings_Basic.java
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1aa0fca7..d7f7e082 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -17,8 +17,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.blinkt.openvpn"
- android:versionCode="10"
- android:versionName="0.0.4a" >
+ android:versionCode="11"
+ android:versionName="0.4.3" >
<uses-permission android:name="android.permission.INTERNET" />