diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-02-20 13:28:22 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-02-20 13:28:22 +0100 |
commit | 1765c3016dfdd73ad382d3e4600d6b30a20653d5 (patch) | |
tree | 5e801d6f73dd24474831eb4027d8434119821c51 /AndroidManifest.xml | |
parent | e7e655c3a4832c14d5da66d1c05536be4e3622be (diff) |
Display if the build is done by me or other persons (will help finding the native library problems of strange build)
--HG--
extra : amend_source : 1df0499d036bab9cfd6b73f8b539d159304c3909
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 ce640f7e..244d5f8e 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="58" - android:versionName="0.5.31" > + android:versionCode="59" + android:versionName="0.5.32" > <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |