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
commiteefb4523ca2d6cf70a27317b2ef80a121f5a1953 (patch)
tree183ef914f933dd6c57640368eff0e20ab617f868 /AndroidManifest.xml
parent44fa929579f9d801de9b62269f80310f3405ba4a (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" />