Files
Arma3-AttendanceTracker/addons/main/script_version.hpp

8 lines
190 B
C++

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