Go to the documentation of this file.
8 #define SMING_MAJOR_VERSION 5
9 #define SMING_MINOR_VERSION 1
10 #define SMING_PATCH_VERSION 0
11 #define SMING_PRE_RELEASE ""
13 #define MACROQUOT(x) #x
14 #define MACROQUOTE(x) MACROQUOT(x)
17 #define SMING_VERSION \
18 MACROQUOTE(SMING_MAJOR_VERSION) \
19 "." MACROQUOTE(SMING_MINOR_VERSION) "." MACROQUOTE(SMING_PATCH_VERSION) SMING_PRE_RELEASE