bump to new version

This commit is contained in:
Stefani Seibold 2018-04-17 18:01:57 +02:00
parent ae7d7d5afb
commit da9ae73ea9

View File

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.9)
set(MT "mtrace-ng") set(MT "mtrace-ng")
project(${MT} C) 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) option(DISABLE_CLIENT "whether to disable client support" OFF)