ClickHouse/src/Common/ClickHouseRevision.cpp

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

9 lines
225 B
C++
Raw Normal View History

#include <Common/ClickHouseRevision.h>
#include "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
}