diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-09-17 10:55:10 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-09-17 10:55:10 +0200 |
commit | cf1ec852073b35c28a47aae6979d7143dcc5e2ed (patch) | |
tree | f90027f5c179d075e4349d0d119a49e73ee96b2c /src | |
parent | b7c54cf22605439c5fe9565abacd7e3d35ce6dc1 (diff) | |
download | strongswan-cf1ec852073b35c28a47aae6979d7143dcc5e2ed.tar.bz2 strongswan-cf1ec852073b35c28a47aae6979d7143dcc5e2ed.tar.xz |
New Android release after fixing Unicode conversion bug
Diffstat (limited to 'src')
-rw-r--r-- | src/frontends/android/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontends/android/AndroidManifest.xml b/src/frontends/android/AndroidManifest.xml index 6dae426fc..e1ea21ece 100644 --- a/src/frontends/android/AndroidManifest.xml +++ b/src/frontends/android/AndroidManifest.xml @@ -17,8 +17,8 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.strongswan.android" - android:versionCode="4" - android:versionName="1.1.0" > + android:versionCode="5" + android:versionName="1.1.1" > <uses-sdk android:minSdkVersion="14" /> |