File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2...3.28)
33# Add cmake dir to module path, so Find*.cmake can be found
44set (CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR} /cmake" ${CMAKE_MODULE_PATH} )
55
6- project (hueplusplus VERSION 1.1 .0 LANGUAGES CXX)
6+ project (hueplusplus VERSION 1.2 .0 LANGUAGES CXX)
77
88# check whether hueplusplus is compiled directly or included as a subdirectory
99if (NOT DEFINED hueplusplus_master_project)
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = hueplusplus
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = 1.0 .0
41+ PROJECT_NUMBER = 1.2 .0
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
You can’t perform that action at this time.
0 commit comments