From 1be210de8f746906c1cc963ce07739a4bde57918 Mon Sep 17 00:00:00 2001 From: Diego Ferigo Date: Thu, 18 Feb 2021 12:23:11 +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 b6e4dba1e..f82b2c111 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.1) +project(Scenario VERSION 1.1.0) # Add custom functions / macros list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)