From 63015c33a1fee2ee1a9f1c37db0d5fd19b299fe9 Mon Sep 17 00:00:00 2001 From: Diego Ferigo Date: Mon, 23 Nov 2020 12:28:34 +0100 Subject: [PATCH] Bump ScenarIO version to 1.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0fd9c0c87..59f768670 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 0.1) +project(Scenario VERSION 1.0) # Add custom functions / macros list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)