Commit 856b7f4f7150e4a904ced496e446a40df844cf2e

Authored by Jojo-1000
Committed by Jan
1 parent 474783bc

Version 1.1 release

Showing 1 changed file with 1 additions and 1 deletions
CMakeLists.txt
@@ -9,7 +9,7 @@ endif() @@ -9,7 +9,7 @@ endif()
9 # Add cmake dir to module path, so Find*.cmake can be found 9 # Add cmake dir to module path, so Find*.cmake can be found
10 set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH}) 10 set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
11 11
12 -project(hueplusplus VERSION 1.0.0 LANGUAGES CXX) 12 +project(hueplusplus VERSION 1.1.0 LANGUAGES CXX)
13 13
14 # check whether hueplusplus is compiled directly or included as a subdirectory 14 # check whether hueplusplus is compiled directly or included as a subdirectory
15 if(NOT DEFINED hueplusplus_master_project) 15 if(NOT DEFINED hueplusplus_master_project)