From a78f4577ad8d20da6cb0a6cd652bedba44f886d0 Mon Sep 17 00:00:00 2001 From: Jojo-1000 <33495614+Jojo-1000@users.noreply.github.com> Date: Wed, 24 Mar 2021 19:32:21 +0100 Subject: [PATCH] Add version 1.0.0 to cmake project. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd2d28d..c4aac6a 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 LANGUAGES CXX) +project(hueplusplus VERSION 1.0.0 LANGUAGES CXX) # check whether hueplusplus is compiled directly or included as a subdirectory if(NOT DEFINED hueplusplus_master_project) -- libgit2 0.21.4