diff --git a/Projects/Android/AndroidManifest.xml b/Projects/Android/AndroidManifest.xml index 550b7da..535c4b5 100644 --- a/Projects/Android/AndroidManifest.xml +++ b/Projects/Android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="19" + android:versionName="1.1.2" 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 4a2f7dd..8d2ee9e 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.1" // printed in console +#define ENGINE_VERSION "Doom3Quest 1.1.2" // printed in console #ifdef ID_REPRODUCIBLE_BUILD // for reproducible builds we hardcode values that would otherwise come from __DATE__ and __TIME__