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 | 529dec2494c87181899d3479c5d631f5a84f715e (patch) | |
tree | 375f387d4f4cc0a3e39e86d9b6f86155e3dbae84 /AndroidManifest.xml | |
parent | f1352bae221176125b52f60761cd4651c8c3f4da (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" /> |