mirror of
https://github.com/grasmanek94/UniverseLAN.git
synced 2026-07-25 02:05:31 -04:00
6 lines
156 B
C
6 lines
156 B
C
#include "auto_version.h"
|
|
|
|
#define STRINGIZE_STR1(x) #x
|
|
#define STRINGIZE_STR2(x) STRINGIZE_STR1(x)
|
|
#define STRINGIZE__STR_AV STRINGIZE_STR2(BUILD_VERSION)
|