summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-02-20 13:28:22 +0100
committerArne Schwabe <arne@rfc2549.org>2013-02-20 13:28:22 +0100
commit1765c3016dfdd73ad382d3e4600d6b30a20653d5 (patch)
tree5e801d6f73dd24474831eb4027d8434119821c51 /AndroidManifest.xml
parente7e655c3a4832c14d5da66d1c05536be4e3622be (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.xml4
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" />