mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 20:32:43 +00:00
9 lines
116 B
C++
9 lines
116 B
C++
/// This file was autogenerated by CMake
|
|
|
|
#include <base/types.h>
|
|
|
|
String getGitHash()
|
|
{
|
|
return "@GIT_HASH@";
|
|
}
|