Files
Arma3-AttendanceTracker/addons/main/script_version.hpp
IndigoFox 6cf76d1019 implement CBA macros, fix for prod
- using a3go 0.3.2, no longer relies on ext callback for anything except RPT logging and waiting DB connect at postinit
- tested and functional
2023-10-12 15:42:54 -07:00

8 lines
190 B
C++

#define MAJOR 1
#define MINOR 1
#define PATCH 0
#define BUILD 20231012
#define VERSION 1.1
#define VERSION_STR MAJOR##.##MINOR##.##PATCH##.##BUILD
#define VERSION_AR MAJOR,MINOR,PATCH,BUILD