From b3fb19150fed2c7579281b34027cc12fbfeba885 Mon Sep 17 00:00:00 2001 From: Darrell Martin Date: Fri, 5 Apr 2019 16:14:52 +0100 Subject: [PATCH] [ALL] Updated version to 1.10.0.1904051 clusterbuild 1.90.145471 - Public Stable --- 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 1dbab55d8..bbc586257 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -3,18 +3,18 @@ // TODO: Consider Mod-wide or Component-narrow versions (or both, depending on wishes!) #define MAJOR 1 -#define MINOR 9 -#define PATCHLVL 2 +#define MINOR 10 +#define PATCHLVL 0 // BUILD should be YYMMDDR eg 1311211 -#define BUILD 1902261 +#define BUILD 1904051 -#define CLUSTERBUILD "Arma 3","Arma3",188,145285,"Stable" +#define CLUSTERBUILD "Arma 3","Arma3",190,145471,"Stable" #define VERSION MAJOR.MINOR.PATCHLVL.BUILD #define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD // MINIMAL required version for the Mod. Components can specify others.. -#define REQUIRED_VERSION 1.88 +#define REQUIRED_VERSION 1.90 /*