summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-05-05 02:33:46 +0200
committerArne Schwabe <arne@rfc2549.org>2012-05-05 02:33:46 +0200
commite4f201e9c75e40e5d743bd1f9a9e6d21bb79ebbe (patch)
treedbdc0c533357f871745a40b9304993a46c10142e /AndroidManifest.xml
parent17c883cbcc92b0bd19909ae676e5c7fa83d39de5 (diff)
Version 0.4.7 with more route checking and fix of the tmp-dir bug :(
closes issue #6
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 fe250a8e..75fe58dd 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="15"
- android:versionName="0.4.7" >
+ android:versionCode="16"
+ android:versionName="0.4.8" >
<uses-permission android:name="android.permission.INTERNET" />