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