From 50caccfa1b5ddb617ec0b1aea98bfec72c8fbadf Mon Sep 17 00:00:00 2001 From: Diego Ferigo Date: Thu, 1 Apr 2021 16:55:43 +0200 Subject: [PATCH] Bump ScenarIO version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f82b2c111..ea0cea97a 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.1.0) +project(Scenario VERSION 1.2.0) # Add custom functions / macros list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)