mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
6 lines
87 B
C++
6 lines
87 B
C++
|
|
#include "common/const.h"
|
||
|
|
|
||
|
|
namespace consts {
|
||
|
|
|
||
|
|
const char * buildId = "@GIT_SHA1@";
|
||
|
|
}
|