summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-04-30 04:51:43 +0200
committerArne Schwabe <arne@rfc2549.org>2012-04-30 04:51:43 +0200
commit73f914bdc1a681f827ed2375820c2d171e31bb0b (patch)
tree183ef914f933dd6c57640368eff0e20ab617f868 /AndroidManifest.xml
parent2f73ef1dda56ba7ae588091e0c0e8f71c02bbf32 (diff)
Version 0.4.4
Fix parsing of certain netmasks Fix custom Routes parsing
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 d7f7e082..ab438faf 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="11"
- android:versionName="0.4.3" >
+ android:versionCode="12"
+ android:versionName="0.4.4" >
<uses-permission android:name="android.permission.INTERNET" />