From 3e206f88a3d5099471084f6cb6d6ff70df609caa Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Sat, 16 Jul 2022 13:22:44 -0500 Subject: [PATCH] Change version to 3.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e8e4b5d..d69350c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.21) -project(com.fredemmott.streamdeckcppsdk VERSION 2.0.1 LANGUAGES CXX) +project(com.fredemmott.streamdeckcppsdk VERSION 3.0.0 LANGUAGES CXX) if (PROJECT_IS_TOP_LEVEL) set(CMAKE_XCODE_ATTRIBUTE_ONLY_ACTIVE_ARCH NO)