summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-07-02 21:40:41 +0200
committerArne Schwabe <arne@rfc2549.org>2012-07-02 21:40:41 +0200
commitd18dfef96c176e0d48160daa610b8664dba81c68 (patch)
treebc91372fb24b625c556213499f2ffb20ee2947f4 /AndroidManifest.xml
parentd88496f07bab09728572643d15cf86c7c7606bbc (diff)
Import User and Password from auth-user-file if it exists. (closes #issue 42)
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 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" />