From 187188cc846cc7170555bf4aa6edc96845144f89 Mon Sep 17 00:00:00 2001 From: leha-bot Date: Mon, 31 Dec 2018 20:52:59 +0300 Subject: [PATCH] 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. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e17924f62..bc413736f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project(Kepka ) set(PROJECT_COMPANY_NAME "pro.cxx Community") -set(PROJECT_VERSION_RC 1) +set(PROJECT_VERSION_RC 2) if(PROJECT_VERSION_RC) set(PROJECT_VERSION "${PROJECT_VERSION}-rc${PROJECT_VERSION_RC}")