From 7c699d07c58272be556637a38d2c350288b372db Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 27 Jan 2021 23:04:52 +0000 Subject: [PATCH] Increased version number --- Projects/Android/AndroidManifest.xml | 4 ++-- .../jni/d3es-multithread-master/neo/framework/Licensee.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Projects/Android/AndroidManifest.xml b/Projects/Android/AndroidManifest.xml index 97a3e36..fe43d1b 100644 --- a/Projects/Android/AndroidManifest.xml +++ b/Projects/Android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="21" + android:versionName="1.1.4" android:installLocation="auto" > diff --git a/Projects/Android/jni/d3es-multithread-master/neo/framework/Licensee.h b/Projects/Android/jni/d3es-multithread-master/neo/framework/Licensee.h index 83379bb..2c88f2c 100644 --- a/Projects/Android/jni/d3es-multithread-master/neo/framework/Licensee.h +++ b/Projects/Android/jni/d3es-multithread-master/neo/framework/Licensee.h @@ -41,7 +41,7 @@ If you have questions concerning this license or the applicable additional terms #define GAME_NAME "Doom3Quest" // appears on window titles and errors #endif -#define ENGINE_VERSION "Doom3Quest 1.1.3" // printed in console +#define ENGINE_VERSION "Doom3Quest 1.1.4" // printed in console #ifdef ID_REPRODUCIBLE_BUILD // for reproducible builds we hardcode values that would otherwise come from __DATE__ and __TIME__