From 36e7b166003ecd983fa9ee899bbcc646cc900b56 Mon Sep 17 00:00:00 2001 From: Diego Ferigo Date: Wed, 28 Apr 2021 13:10:44 +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 71e1b63b9..24ff38ee5 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.2.1) +project(Scenario VERSION 1.2.2) # Add custom functions / macros list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)