summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-05-18 14:11:37 +0200
committerArne Schwabe <arne@rfc2549.org>2012-05-18 14:11:37 +0200
commit94387a6e42cf76d8fcaa5f9aab0355164d0bbe2b (patch)
treef1433083ca238930bf3b8167d6c38a7a3cacb2ec /AndroidManifest.xml
parent7ad69e645000fc66951a79104b0ce5ac3478b9f3 (diff)
Allow only one log window at a time (closes issue #26)
Make OpenvpnService honour net30 routes (closes issue #24)
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 4655509a..9f11995f 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="25"
- android:versionName="0.5.4" >
+ android:versionCode="26"
+ android:versionName="0.5.5" >
<uses-permission android:name="android.permission.INTERNET" />