rough framework
[lemu] / version.h
1 #ifndef VERSION_H
2 #define VERSION_H
3
4 #define VERSION_MAJOR 0
5 #define VERSION_MINOR 0
6 #define VERSION_EXTRA_STR "prototype"
7 #define VERSION_STR "0.0-prototype"
8 #define VERSION_DATE "2021-02-23"
9 #define VERSION_COMMIT "863cf651c2fcb4cc1735f8f7df1620025352f2b1"
10 #define VERSION_BRANCH "master"
11
12 #endif