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