summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-07-25 15:22:47 +0200
committerArne Schwabe <arne@rfc2549.org>2012-07-25 15:22:47 +0200
commitc3287935914ef81941bc65a6ff9956a074fbc32a (patch)
tree276cdaab8f83e1f6adf4468426ad33b0d3003871 /AndroidManifest.xml
parent2d1ba27de2ed0b477f88ed8cc64fcccd709d8221 (diff)
Fix importing custom options with spaces
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 4a694c0b..0818447f 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="41"
- android:versionName="0.5.15" >
+ android:versionCode="43"
+ android:versionName="0.5.16" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />