diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-02 21:40:41 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-02 21:40:41 +0200 |
commit | d4a1b52faa85df4446560a48c6bcc57f016e0c3c (patch) | |
tree | 68f047d19b393ff7c9fc0b6e38c96d14cd1770c3 /AndroidManifest.xml | |
parent | 43ee0308b1b866a45437c0e27d91c2c96b515d87 (diff) |
Import User and Password from auth-user-file if it exists. (closes #issue 42)
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 e601f11e..d63b3b40 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="33" - android:versionName="0.5.9b" > + android:versionCode="34" + android:versionName="0.5.10" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |