From f8eaa1016bfb27958861ca0b23976e11903c392b Mon Sep 17 00:00:00 2001 From: Darrell Martin Date: Thu, 7 Dec 2017 12:40:49 +0000 Subject: [PATCH] [ALL] Updated version to 1.5.2.1712071 clusterbuild 1.80.143751 - Public Stable Hotfix (Tac-Ops DLC) --- addons/main/script_mod.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/main/script_mod.hpp b/addons/main/script_mod.hpp index b29e6d7ef..97fc8093c 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -4,17 +4,17 @@ // TODO: Consider Mod-wide or Component-narrow versions (or both, depending on wishes!) #define MAJOR 1 #define MINOR 5 -#define PATCHLVL 1 +#define PATCHLVL 2 // BUILD should be YYMMDDR eg 1311211 -#define BUILD 1712051 +#define BUILD 1712071 -#define CLUSTERBUILD "Arma 3","Arma3",178,143717,"Stable" +#define CLUSTERBUILD "Arma 3","Arma3",180,143751,"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.78 +#define REQUIRED_VERSION 1.80 /*