Files
Arma3-AttendanceTracker/addons/main/script_version.hpp
IndigoFox 29228bd192 add hemtt support, major refactor
- no longer supports server events
- can now more easily build using hemtt
- extension vastly improved in both structure and functionality
- tested on listen server
- includes schema change
2023-09-20 01:15:13 -07:00

8 lines
190 B
C++

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