mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 14:11:58 +00:00
8 lines
156 B
C++
8 lines
156 B
C++
#include <Common/ClickHouseRevision.h>
|
|
#include <Common/config_version.h>
|
|
|
|
namespace ClickHouseRevision
|
|
{
|
|
unsigned get() { return VERSION_REVISION; }
|
|
}
|