diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-04-30 22:56:09 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-04-30 22:56:09 +0200 |
commit | 370fa3686c7bfa74ed4b26c253ad0ba391bd34c4 (patch) | |
tree | 375f387d4f4cc0a3e39e86d9b6f86155e3dbae84 /AndroidManifest.xml | |
parent | 273e83fee509d80f3bd0fd485dd0c49f7c12c32a (diff) |
Version 0.4.6 - Codename "Welcome to the world people in 2012, where we use CIDR"
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 7b600181..3541f6c5 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="13" - android:versionName="0.4.5" > + android:versionCode="14" + android:versionName="0.4.6" > <uses-permission android:name="android.permission.INTERNET" /> |