Skip to content

Commit dd16ba1

Browse files
Jojo-1000enwi
authored andcommitted
Version 1.2.0 release
1 parent be14fb5 commit dd16ba1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
44
set(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
99
if(NOT DEFINED hueplusplus_master_project)

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)