From 856b7f4f7150e4a904ced496e446a40df844cf2e Mon Sep 17 00:00:00 2001 From: Jojo-1000 <33495614+Jojo-1000@users.noreply.github.com> Date: Tue, 13 Jul 2021 20:08:45 +0200 Subject: [PATCH] Version 1.1 release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c4aac6a..1e27d21 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ endif() # Add cmake dir to module path, so Find*.cmake can be found set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH}) -project(hueplusplus VERSION 1.0.0 LANGUAGES CXX) +project(hueplusplus VERSION 1.1.0 LANGUAGES CXX) # check whether hueplusplus is compiled directly or included as a subdirectory if(NOT DEFINED hueplusplus_master_project) -- libgit2 0.21.4