Files
Arma3-AttendanceTracker/addons/main/script_version.hpp
2023-10-03 20:40:16 -07:00

8 lines
190 B
C++

#define MAJOR 0
#define MINOR 2
#define PATCH 0
#define BUILD 20231003
#define VERSION 0.2
#define VERSION_STR MAJOR##.##MINOR##.##PATCH##.##BUILD
#define VERSION_AR MAJOR,MINOR,PATCH,BUILD