From aea9b7251121e9629e70adb5538d4fd2b02151c0 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 30 Sep 2020 22:29:36 +0100 Subject: [PATCH] Update version for next hot-fix --- Projects/Android/AndroidManifest.xml | 4 ++-- Projects/Android/jni/rtcw/src/game/q_shared.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Projects/Android/AndroidManifest.xml b/Projects/Android/AndroidManifest.xml index 1def2ff..f7a16b7 100644 --- a/Projects/Android/AndroidManifest.xml +++ b/Projects/Android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="41" + android:versionName="1.1.3" android:installLocation="auto" > diff --git a/Projects/Android/jni/rtcw/src/game/q_shared.h b/Projects/Android/jni/rtcw/src/game/q_shared.h index fe5816c..2ccda9c 100644 --- a/Projects/Android/jni/rtcw/src/game/q_shared.h +++ b/Projects/Android/jni/rtcw/src/game/q_shared.h @@ -42,7 +42,7 @@ If you have questions concerning this license or the applicable additional terms // q_shared.h -- included first by ALL program modules. // A user mod should never modify this file -#define Q3_VERSION "RTCWQuest 1.1.2 (Wolf 1.41)" +#define Q3_VERSION "RTCWQuest 1.1.3 (Wolf 1.41)" // ver 1.0.0 - release // ver 1.0.1 - post-release work // ver 1.1.0 - patch 1 (12/12/01)