3e5595b
1
2
3
4
5
6
7
8
#ifndef BUILD_INFO_H #define BUILD_INFO_H #define BUILD_NUMBER 999 #define BUILD_COMMIT "KOBOLDCPP" #endif // BUILD_INFO_H