10 lines
231 B
C++
10 lines
231 B
C++
#define PREFIX milsim
|
|
|
|
#include "script_version.hpp"
|
|
|
|
#define VERSION MAJOR.MINOR.PATCHLVL
|
|
#define VERSION_STR MAJOR.MINOR.PATCHLVL
|
|
#define VERSION_AR MAJOR,MINOR,PATCHLVL
|
|
|
|
// should always be last
|
|
#include "script_macros.hpp" |