diff --git a/Projects/Android/AndroidManifest.xml b/Projects/Android/AndroidManifest.xml index e65ebc3..0340896 100644 --- a/Projects/Android/AndroidManifest.xml +++ b/Projects/Android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="20" + android:versionName="1.0.9" android:installLocation="auto" > diff --git a/Projects/Android/jni/quake2/src/common/header/common.h b/Projects/Android/jni/quake2/src/common/header/common.h index b2ab52e..f042162 100644 --- a/Projects/Android/jni/quake2/src/common/header/common.h +++ b/Projects/Android/jni/quake2/src/common/header/common.h @@ -32,7 +32,7 @@ #include "shared.h" #include "crc.h" -#define Q2QVERSION "1.0.8" +#define Q2QVERSION "1.0.9" #define YQ2VERSION "7.41" #define BASEDIRNAME "Quake2Quest"