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
|
2015-07-27 07:05:58 +00:00
|
|
|
#define MINOR 2
|
2015-08-01 10:10:42 +00:00
|
|
|
#define PATCHLVL 1
|
2015-06-18 22:49:27 +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
|
|
|
|
|
|
|
|
#define ACE_TAG A.C.E.
|
|
|
|
|
|
|
|
// MINIMAL required version for the Mod. Components can specify others..
|
|
|
|
#define REQUIRED_VERSION 0.5
|