mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 17:32:32 +00:00
8 lines
101 B
C++
8 lines
101 B
C++
#pragma once
|
|
|
|
namespace ClickHouseRevision
|
|
{
|
|
unsigned get();
|
|
unsigned getVersionInteger();
|
|
}
|