mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 18:02:24 +00:00
6d70b4a1f6
This makes the target location consistent with other auto-generated files like config_formats.h, config_core.h, and config_functions.h and simplifies the build of clickhouse_common.
9 lines
225 B
C++
9 lines
225 B
C++
#include <Common/ClickHouseRevision.h>
|
|
#include "config_version.h"
|
|
|
|
namespace ClickHouseRevision
|
|
{
|
|
unsigned getVersionRevision() { return VERSION_REVISION; }
|
|
unsigned getVersionInteger() { return VERSION_INTEGER; }
|
|
}
|