diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-04-30 04:51:43 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-04-30 04:51:43 +0200 |
commit | eefb4523ca2d6cf70a27317b2ef80a121f5a1953 (patch) | |
tree | 183ef914f933dd6c57640368eff0e20ab617f868 /AndroidManifest.xml | |
parent | 44fa929579f9d801de9b62269f80310f3405ba4a (diff) |
Version 0.4.4
Fix parsing of certain netmasks
Fix custom Routes parsing
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 4 |
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" /> |