Files
RangerMetrics/addons/main/script_version.hpp
2023-10-12 16:20:29 -07:00

8 lines
190 B
C++

#define MAJOR 2
#define MINOR 0
#define PATCH 1
#define BUILD 20231012
#define VERSION 2.0
#define VERSION_STR MAJOR##.##MINOR##.##PATCH##.##BUILD
#define VERSION_AR MAJOR,MINOR,PATCH,BUILD