diff --git a/JKXR-PCVR-Installer/JKXR_JKA.iss b/JKXR-PCVR-Installer/JKXR_JKA.iss index 0533e17..25d93f8 100644 --- a/JKXR-PCVR-Installer/JKXR_JKA.iss +++ b/JKXR-PCVR-Installer/JKXR_JKA.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "JKXR - Jedi Academy" -#define MyAppVersion "1.0.22" +#define MyAppVersion "1.1.26" #define MyAppPublisher "Team Beef VR" #define MyAppURL "https://www.patreon.com/teambeef" #define MyAppExeName "openjk_sp.x86_64.exe" diff --git a/JKXR-PCVR-Installer/JKXR_JKO.iss b/JKXR-PCVR-Installer/JKXR_JKO.iss index 0b84e8e..62a6b7b 100644 --- a/JKXR-PCVR-Installer/JKXR_JKO.iss +++ b/JKXR-PCVR-Installer/JKXR_JKO.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "JKXR - Jedi Outcast" -#define MyAppVersion "1.0.22" +#define MyAppVersion "1.1.26" #define MyAppPublisher "Team Beef VR" #define MyAppURL "https://www.patreon.com/teambeef" #define MyAppExeName "openjo_sp.x86_64.exe" diff --git a/Projects/Android/AndroidManifest.xml b/Projects/Android/AndroidManifest.xml index b6f1a12..d96c16c 100644 --- a/Projects/Android/AndroidManifest.xml +++ b/Projects/Android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="68" + android:versionName="1.1.26" android:installLocation="auto" > diff --git a/Projects/Android/jni/OpenJK/code/qcommon/stv_version.h b/Projects/Android/jni/OpenJK/code/qcommon/stv_version.h index 19eabf3..5b6c106 100644 --- a/Projects/Android/jni/OpenJK/code/qcommon/stv_version.h +++ b/Projects/Android/jni/OpenJK/code/qcommon/stv_version.h @@ -23,7 +23,7 @@ along with this program; if not, see . // Current version of the single player game #include "../win32/AutoVersion.h" -#define JKXR_VERSION "1.1.25" +#define JKXR_VERSION "1.1.26" #ifdef _DEBUG #define Q3_VERSION "(debug)OpenJK: v" VERSION_STRING_DOTTED " JKXR: " JKXR_VERSION