From 7b3d6f6a95cf5259b107292adbd0c0200d4e2211 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 30 Oct 2016 07:12:08 +0000 Subject: [PATCH] --- contrib/mobile/Android/AndroidManifest.xml | 4 ++-- doc/VERSIONS.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/mobile/Android/AndroidManifest.xml b/contrib/mobile/Android/AndroidManifest.xml index 9dcf728450..960da9dc42 100644 --- a/contrib/mobile/Android/AndroidManifest.xml +++ b/contrib/mobile/Android/AndroidManifest.xml @@ -1,7 +1,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.geuz.onelab" - android:versionCode="24" - android:versionName="1.4.1" + android:versionCode="25" + android:versionName="1.5.0" android:installLocation="auto" > <uses-sdk android:minSdkVersion="14" diff --git a/doc/VERSIONS.txt b/doc/VERSIONS.txt index 5025bed631..2018c483a8 100644 --- a/doc/VERSIONS.txt +++ b/doc/VERSIONS.txt @@ -1,4 +1,4 @@ -2.14.1 (October 29, 2016): fixed regression in periodic meshes; small bug fixes +2.14.1 (October 30, 2016): fixed regression in periodic meshes; small bug fixes and code cleanups. 2.14.0 (October 9, 2016): new Tochnog file format export; added ability to -- GitLab