From 26a4b4f858449b4f77752c56981a0397f0ebdf94 Mon Sep 17 00:00:00 2001 From: LTLA Date: Fri, 6 Oct 2023 11:31:55 -0700 Subject: [PATCH] Bumped CMake version for a new release. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b570c0c..4e292b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.24) project(kaori - VERSION 1.0.0 + VERSION 1.1.0 DESCRIPTION "Header-only C++ library for screen counting" LANGUAGES CXX)