mirror of
https://github.com/indig0fox/Arma3-AttendanceTracker.git/
synced 2025-12-08 09:51:47 -06:00
8 lines
190 B
C++
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 |