Version 2.0.0-rc2

- Brand new logo!
 - Yandex.Maps as CMake-configurable option for displaying locations;
 - Partial update to API 72 (from API 71 of v1.1.23);
 - Minor bugfixes and refactorings.
This commit is contained in:
leha-bot 2018-12-31 20:52:59 +03:00
parent 72d5233a59
commit 187188cc84
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ project(Kepka
) )
set(PROJECT_COMPANY_NAME "pro.cxx Community") set(PROJECT_COMPANY_NAME "pro.cxx Community")
set(PROJECT_VERSION_RC 1) set(PROJECT_VERSION_RC 2)
if(PROJECT_VERSION_RC) if(PROJECT_VERSION_RC)
set(PROJECT_VERSION "${PROJECT_VERSION}-rc${PROJECT_VERSION_RC}") set(PROJECT_VERSION "${PROJECT_VERSION}-rc${PROJECT_VERSION_RC}")