From 8aeacfe329bdf6a9ea1261d002458a21cc80af2f Mon Sep 17 00:00:00 2001 From: Merry Date: Sat, 21 May 2022 16:47:51 +0100 Subject: [PATCH] mcl: Increment version to 0.1.9 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c495420..91f376d 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.8) +project(mcl LANGUAGES CXX VERSION 0.1.9) # Determine if we're built as a subproject (using add_subdirectory) # or if this is the master project.