From 3175e2d87b4f3d67d04a14dfdd78ef2624dadb58 Mon Sep 17 00:00:00 2001 From: nojhan Date: Sun, 1 Nov 2020 19:28:54 +0100 Subject: [PATCH] 0.6 release: "a pulled back tress" - new feature: generic wrapper to (de)clutch any function call --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6316616..e74164f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.10 FATAL_ERROR) project("clutchlog" - VERSION 0.5.0 + VERSION 0.6.0 DESCRIPTION "A logging system which targets versatile debugging") enable_language(CXX) # C++