ClickHouse / clickhouse-cpp

C++ client library for ClickHouse
Apache License 2.0
303 stars 159 forks source link

Clickhouse cpp version #348

Closed Enmk closed 11 months ago

Enmk commented 11 months ago

Added version.h ­-- master copy of the version data of the library, which defines multiple macros, including CLICKHOUSE_CPP_VERSION, CLICKHOUSE_CPP_VERSION_MAJOR, CLICKHOUSE_CPP_MINOR, etc.

Added version.cmake -- that sets project and library version info according to version.h, also reminds to update version upon new github release.

Added method Client::GetVersion() that returns version info at run-time.

Closes: #347