Bump required Arma 3 version to 1.84 and CBA to 3.8.0 (#6508)

This commit is contained in:
jonpas 2018-08-08 10:56:33 +02:00 committed by SilentSpike
parent 2d5892f285
commit f6737f0c6e

View File

@ -9,8 +9,8 @@
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD
// MINIMAL required version for the Mod. Components can specify others..
#define REQUIRED_VERSION 1.82
#define REQUIRED_CBA_VERSION {3,6,0}
#define REQUIRED_VERSION 1.84
#define REQUIRED_CBA_VERSION {3,8,0}
#ifdef COMPONENT_BEAUTIFIED
#define COMPONENT_NAME QUOTE(ACE3 - COMPONENT_BEAUTIFIED)