From b5981758e83b632516924f2b6410b6fcdf9bb362 Mon Sep 17 00:00:00 2001 From: Alexander Schwinn <al.schwinn@gsi.de> Date: Mon, 4 Mar 2024 10:57:32 +0100 Subject: [PATCH] bump version to bring "silecs" CLI script to work --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70a9c52..d90f836 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.20.2) -project(opensilecs VERSION 2.5.0) +project(opensilecs VERSION 3.0.0) include(CTest) -- GitLab