2015-01-11 16:42:31 +00:00
|
|
|
// COMPONENT should be defined in the script_component.hpp and included BEFORE this hpp
|
|
|
|
|
|
|
|
#define MAINPREFIX z
|
|
|
|
#define PREFIX ace
|
|
|
|
|
|
|
|
#define MAJOR 3
|
2016-02-27 19:44:38 +00:00
|
|
|
#define MINOR 5
|
|
|
|
#define PATCHLVL 0
|
2015-09-21 20:31:01 +00:00
|
|
|
#define BUILD 0
|
2015-01-11 16:42:31 +00:00
|
|
|
|
|
|
|
#define VERSION MAJOR.MINOR.PATCHLVL.BUILD
|
|
|
|
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD
|
|
|
|
|
|
|
|
// MINIMAL required version for the Mod. Components can specify others..
|
2016-02-24 16:52:34 +00:00
|
|
|
#define REQUIRED_VERSION 1.56
|
2016-03-03 19:00:47 +00:00
|
|
|
#define REQUIRED_CBA_VERSION {2,3,1}
|