From 7f357b571fcabecc959884b6b08d3b663d32ea93 Mon Sep 17 00:00:00 2001 From: Merry Date: Wed, 28 Dec 2022 19:23:40 +0000 Subject: [PATCH] mcl: 0.1.12 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 953f6ae..b3cf1ea 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.11) +project(mcl LANGUAGES CXX VERSION 0.1.12) # Determine if we're built as a subproject (using add_subdirectory) # or if this is the master project.