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)