mirror of
https://github.com/indig0fox/Arma3-AttendanceTracker.git/
synced 2025-12-08 09:51:47 -06:00
working version
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#include "..\script_mod.hpp"
|
||||
|
||||
params [
|
||||
["_message", "", [""]],
|
||||
["_level", "INFO", [""]],
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#define MAJOR 0
|
||||
#define MINOR 2
|
||||
#define PATCH 0
|
||||
#define BUILD 20230919
|
||||
#define BUILD 20231003
|
||||
|
||||
#define VERSION 0.2
|
||||
#define VERSION_STR MAJOR##.##MINOR##.##PATCH##.##BUILD
|
||||
|
||||
Reference in New Issue
Block a user