From da9ae73ea9cb84dac69e034861a1d6709b665d82 Mon Sep 17 00:00:00 2001 From: Stefani Seibold Date: Tue, 17 Apr 2018 18:01:57 +0200 Subject: [PATCH] bump to new version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a2e493..19b9da6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.9) set(MT "mtrace-ng") project(${MT} C) -set(MT_VERSION_STRING "0.8.1") +set(MT_VERSION_STRING "0.8.2") option(DISABLE_CLIENT "whether to disable client support" OFF)