updated version

This commit is contained in:
Rexy712 2018-05-26 16:07:25 -07:00
parent 4fd9f43e51
commit 9d511f4635

View File

@ -2,7 +2,7 @@ include(CMakeDependentOption)
cmake_minimum_required(VERSION 3.0.2) cmake_minimum_required(VERSION 3.0.2)
project(rexbacklight) project(rexbacklight)
set(rexbacklight_VERSION_MAJOR 1) set(rexbacklight_VERSION_MAJOR 1)
set(rexbacklight_VERSION_MINOR 1) set(rexbacklight_VERSION_MINOR 2)
set(INCLUDE_PATH ${CMAKE_SOURCE_DIR}/include) set(INCLUDE_PATH ${CMAKE_SOURCE_DIR}/include)
configure_file( configure_file(
"${INCLUDE_PATH}/config.h.in" "${INCLUDE_PATH}/config.h.in"