script_mod.ht.hpp 206 B

123456789
  1. #define MAINPREFIX {{mainprefix}}
  2. #define PREFIX {{prefix}}
  3. #include "script_version.hpp"
  4. #define VERSION MAJOR.MINOR.PATCH.BUILD
  5. #define VERSION_AR MAJOR,MINOR,PATCH,BUILD
  6. #define REQUIRED_VERSION 1.88