From 157c9afca0c462e419cab037fd24a3cbd3bed8d9 Mon Sep 17 00:00:00 2001 From: LTLA Date: Mon, 2 Oct 2023 15:07:53 -0700 Subject: [PATCH] Bumped the CMake version as a release. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d745c89..51ef713 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.24) project(uzuki2 - VERSION 1.0.0 + VERSION 1.1.0 DESCRIPTION "Storing simple R lists inside HDF5 or JSON" LANGUAGES CXX)