mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 02:52:13 +00:00
8 lines
116 B
C++
8 lines
116 B
C++
#pragma once
|
|
|
|
namespace ClickHouseRevision
|
|
{
|
|
unsigned getVersionRevision();
|
|
unsigned getVersionInteger();
|
|
}
|