From e5d852e44144c986f5f3cf48567e45ebc48f6c8b Mon Sep 17 00:00:00 2001 From: Darrell Martin Date: Wed, 13 Sep 2023 09:38:44 +0100 Subject: [PATCH] [ALL] Updated version to 2.1.1.2309131 - Clusterbuild 2.14.150957 - Public Stable (Game Update 2.14 Anniversary Bonus Content, Enhanced Video Options, Platform Support) --- addons/main/script_mod.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/addons/main/script_mod.hpp b/addons/main/script_mod.hpp index a014269b9..f53796f15 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -2,13 +2,13 @@ #define PREFIX ALiVE // TODO: Consider Mod-wide or Component-narrow versions (or both, depending on wishes!) -#define MAJOR 1 -#define MINOR 21 -#define PATCHLVL 6 +#define MAJOR 2 +#define MINOR 1 +#define PATCHLVL 1 // BUILD should be YYMMDDR eg 1311211 -#define BUILD 2308202 +#define BUILD 2309131 -#define CLUSTERBUILD "Arma 3","Arma3",212,150779,"Stable" +#define CLUSTERBUILD "Arma 3","Arma3",214,150957,"Stable" #define VERSION MAJOR.MINOR.PATCHLVL.BUILD #define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD