From 078194e44230a4eb9555bb0636662ed38e85cb10 Mon Sep 17 00:00:00 2001 From: Roland Sipos <69035075+roland-sipos@users.noreply.github.com> Date: Mon, 8 Nov 2021 08:54:30 +0100 Subject: [PATCH] version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4cc25d7..5fce949 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.12) -project(sspmodules VERSION 1.0.0) +project(sspmodules VERSION 1.0.1) find_package(daq-cmake REQUIRED)