Skip to content

Commit

Permalink
Update version in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
DamirPorobic committed Feb 11, 2020
1 parent fac4150 commit 86ad2e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(ksnip LANGUAGES CXX VERSION 1.6.0)
project(ksnip LANGUAGES CXX VERSION 1.6.1)

if (DEFINED VERSION_SUFIX AND NOT "${VERSION_SUFIX}" STREQUAL "")
set(KSNIP_VERSION_SUFIX "-${VERSION_SUFIX}")
Expand Down Expand Up @@ -44,7 +44,7 @@ elseif (UNIX AND NOT APPLE)
find_package(XCB COMPONENTS XFIXES)
endif ()

set(KIMAGEANNOTATOR_MIN_VERSION "0.2.0")
set(KIMAGEANNOTATOR_MIN_VERSION "0.2.1")
find_package(kImageAnnotator ${KIMAGEANNOTATOR_MIN_VERSION} REQUIRED)

set(BASEPATH "${CMAKE_SOURCE_DIR}")
Expand Down

0 comments on commit 86ad2e4

Please sign in to comment.