From eb650341bf905340e8127ce6f02a4552b84890fd Mon Sep 17 00:00:00 2001 From: Nick Bopp Date: Wed, 12 Feb 2020 10:49:51 -0800 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 061ce0f..1170956 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(tracelogging VERSION 0.1) +project(tracelogging VERSION 0.2) include(GNUInstallDirs)