Spaces:
Build error
Build error
File size: 125 Bytes
f8c5b0d |
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
|