From b74fb5279fbebe3a2777299cb16bc928a8f42c84 Mon Sep 17 00:00:00 2001 From: tta20 Date: Thu, 11 Apr 2024 14:21:18 +0200 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 34b919b..a91d366 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.12) -project(daphnemodules VERSION 1.0.0) +project(daphnemodules VERSION 1.1.0) find_package(daq-cmake REQUIRED)