ClickHouse/src/Common/ClickHouseRevision.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
232 B
C++
Raw Normal View History

#include <Common/ClickHouseRevision.h>
2021-10-27 23:10:39 +00:00
#include <Common/config_version.h>
2017-03-14 14:32:48 +00:00
namespace ClickHouseRevision
{
2020-09-17 12:15:05 +00:00
unsigned getVersionRevision() { return VERSION_REVISION; }
unsigned getVersionInteger() { return VERSION_INTEGER; }
2017-03-14 14:32:48 +00:00
}