mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
8 lines
159 B
C++
8 lines
159 B
C++
|
#include <DB/Common/ClickHouseRevision.h>
|
||
|
#include <DB/Common/config_version.h>
|
||
|
|
||
|
namespace ClickHouseRevision
|
||
|
{
|
||
|
unsigned get() { return VERSION_REVISION; }
|
||
|
}
|