mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-04 20:11:17 +02:00
8 lines
125 B
C
8 lines
125 B
C
#ifndef BUILD_INFO_H
|
|
#define BUILD_INFO_H
|
|
|
|
#define BUILD_NUMBER 999
|
|
#define BUILD_COMMIT "KOBOLDCPP"
|
|
|
|
#endif // BUILD_INFO_H
|