1#pragma once
2
3namespace ClickHouseRevision
4{
5 unsigned get();
6 unsigned getVersionInteger();
7}
8