diff options
| author | Arne Schwabe <arne@rfc2549.org> | 2012-12-16 10:54:31 +0100 | 
|---|---|---|
| committer | Arne Schwabe <arne@rfc2549.org> | 2012-12-16 10:54:31 +0100 | 
| commit | 4051b92ea061b3b187ad64c0f910d8631310ee65 (patch) | |
| tree | 4586479b32b40e52985574c2bbbc78f4074ba302 | |
| parent | 12d9d34ecb39f9c3976e8bcfecdfc4148cc89b46 (diff) | |
Increase version to 0.5.26v0.5.26
| -rw-r--r-- | AndroidManifest.xml | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 87fd8d75..82162bb0 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="52" -    android:versionName="0.5.25" > +    android:versionCode="53" +    android:versionName="0.5.26" >      <uses-permission android:name="android.permission.INTERNET" />      <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />  | 
