From a54ca579665cb18a166f629f1a1e48dcdf7e546d Mon Sep 17 00:00:00 2001 From: ViperMaul Date: Wed, 27 May 2015 07:46:19 -0700 Subject: [PATCH] v bump 150527 --- addons/main/script_mod.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/main/script_mod.hpp b/addons/main/script_mod.hpp index 57c313119..aef87fa7d 100644 --- a/addons/main/script_mod.hpp +++ b/addons/main/script_mod.hpp @@ -4,7 +4,7 @@ #define MAJOR 1 #define MINOR 1 #define PATCHLVL 21 -#define BUILD 150502 +#define BUILD 150527 //We will use the DATE for the BUILD# in the format YYMMDD - VM #define VERSION MAJOR.MINOR.PATCHLVL.BUILD @@ -12,7 +12,7 @@ // MINIMAL required version for the Mod. Components can specify others.. -#define REQUIRED_VERSION 1.36 +#define REQUIRED_VERSION 1.41 /* // Defined DEBUG_MODE_NORMAL in a few CBA_fncs to prevent looped logging :)