File size: 183 Bytes
3e5595b
 
 
 
 
f57d7c6
 
3e5595b
 
1
2
3
4
5
6
7
8
9
10
#ifndef BUILD_INFO_H
#define BUILD_INFO_H

#define BUILD_NUMBER 999
#define BUILD_COMMIT "KOBOLDCPP"
#define BUILD_COMPILER "KCPP"
#define BUILD_TARGET "KCPP"

#endif // BUILD_INFO_H