From 0f71536395201c0f03d8d076771b4a4d93790536 Mon Sep 17 00:00:00 2001 From: Jman Date: Fri, 8 Sep 2017 15:09:06 +0100 Subject: [PATCH] [ALL] Updated version to 1.3.7.1709081 clusterbuild 1.76.142872 - Public Stable (Laws of War DLC) --- addons/main/script_mod.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/main/script_mod.hpp b/addons/main/script_mod.hpp index 4a5ecc8f3..ad9ba6887 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -6,15 +6,15 @@ #define MINOR 3 #define PATCHLVL 7 // BUILD should be YYMMDDR eg 1311211 -#define BUILD 1709061 +#define BUILD 1709081 -#define CLUSTERBUILD "Arma 3","Arma3",174,142559,"Stable" +#define CLUSTERBUILD "Arma 3","Arma3",176,142872,"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.74 +#define REQUIRED_VERSION 1.76 /*