Merge pull request #3982 from acemod/update-required-cba-version

Increase required CBA version
This commit is contained in:
Glowbal 2016-06-25 11:39:48 +02:00 committed by GitHub
commit 9874911ca1

View File

@ -12,8 +12,8 @@
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD
// MINIMAL required version for the Mod. Components can specify others..
#define REQUIRED_VERSION 1.56
#define REQUIRED_CBA_VERSION {2,4,0}
#define REQUIRED_VERSION 1.60
#define REQUIRED_CBA_VERSION {2,4,1}
#ifdef COMPONENT_BEAUTIFIED
#define COMPONENT_NAME QUOTE(ACE3 - COMPONENT_BEAUTIFIED)