From 4f9588278cca16ce9d5d6864023eadddb4259f8b Mon Sep 17 00:00:00 2001 From: Philipp Basler Date: Mon, 6 Jul 2020 18:47:23 +0200 Subject: [PATCH] Updated the version number to 2.0.1 for the bugfix from Jonas M --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 909371513..ce09d6ea2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.13) project( BSMPT - VERSION 2.0.0 + VERSION 2.0.1 LANGUAGES C CXX) # -------------------------------- setup cmake --------------------------------