mirror of https://github.com/procxx/kepka.git
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:
parent
72d5233a59
commit
187188cc84
|
@ -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}")
|
||||||
|
|
Loading…
Reference in New Issue