From 2ad801e0048e345af6aa1a8ad7ad7935551623eb Mon Sep 17 00:00:00 2001 From: Mario Konrad Date: Fri, 21 Oct 2016 00:05:29 +0200 Subject: [PATCH] Version 0.6.1 Changelog: - General: - bug fix: NMEA/AIS/SeaTalk: cast functions with std::unique_ptr resulted in undefined behaviour. - Build: - added option to enable sanitizers, also added build config for gcc. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f4247e99..2ae8bf78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") set(CMAKE_EXPORT_COMPILE_COMMANDS ON) include(GitInformation) -project(marnav VERSION 0.6.0 LANGUAGES CXX C) +project(marnav VERSION 0.6.1 LANGUAGES CXX C) ### compiler check if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") -- 2.11.4.GIT