ClickHouse/src/Daemon/GitHash.cpp.in
2022-09-28 08:11:09 +00:00

9 lines
116 B
C++

/// This file was autogenerated by CMake
#include <base/types.h>
String getGitHash()
{
return "@GIT_HASH@";
}