 |
Xyris
0.5
|
Go to the documentation of this file.
15 #define COMMIT "unknown"
25 #define VER_NAME "unknown"
28 #define REPO_URL "(unknown)"
32 (((__DATE__)[7] - '0') * 1000 + \
33 ((__DATE__)[8] - '0') * 100 + \
34 ((__DATE__)[9] - '0') * 10 + \
35 ((__DATE__)[10] - '0') * 1)