From a97408f2c5e33f61de7b6a65628ac1ba3fd36b9c Mon Sep 17 00:00:00 2001 From: Merry Date: Tue, 12 Sep 2023 21:25:53 +0100 Subject: [PATCH] 0.1.13 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b3cf1ea..4c88d80 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.12 FATAL_ERROR) include(GNUInstallDirs) -project(mcl LANGUAGES CXX VERSION 0.1.12) +project(mcl LANGUAGES CXX VERSION 0.1.13) # Determine if we're built as a subproject (using add_subdirectory) # or if this is the master project.