From a864249f4ebd3bee161fe04a2b1929b6c80eceda Mon Sep 17 00:00:00 2001 From: Diego Ferigo Date: Thu, 24 Dec 2020 10:21:22 +0100 Subject: [PATCH] Bump ScenarIO version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 59f768670..b6e4dba1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # GNU Lesser General Public License v2.1 or any later version. cmake_minimum_required(VERSION 3.16) -project(Scenario VERSION 1.0) +project(Scenario VERSION 1.0.1) # Add custom functions / macros list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)