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.
Added
version.h
-- master copy of the version data of the library, which defines multiple macros, includingCLICKHOUSE_CPP_VERSION
,CLICKHOUSE_CPP_VERSION_MAJOR
,CLICKHOUSE_CPP_MINOR
, etc.Added
version.cmake
-- that sets project and library version info according toversion.h
, also reminds to update version upon new github release.Added method
Client::GetVersion()
that returns version info at run-time.Closes: #347