mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 04:12:19 +00:00
97f2a2213e
* Move some code outside dbms/src folder * Fix paths
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; }
|
|
}
|