diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f78a1f..6b5d521 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ include(CMakeDependentOption) cmake_minimum_required(VERSION 3.0.2) project(rexbacklight) set(rexbacklight_VERSION_MAJOR 1) -set(rexbacklight_VERSION_MINOR 1) +set(rexbacklight_VERSION_MINOR 2) set(INCLUDE_PATH ${CMAKE_SOURCE_DIR}/include) configure_file( "${INCLUDE_PATH}/config.h.in"