From 69f276eb1eead4ae0f5da6a10f283711cef581b4 Mon Sep 17 00:00:00 2001 From: Wesley Ketchum Date: Mon, 8 Jul 2024 10:42:31 +0200 Subject: [PATCH] WRK: v1.0.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b580e0..b930ad3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ # https://dune-daq-sw.readthedocs.io/en/latest/packages/daq-cmake/ cmake_minimum_required(VERSION 3.12) -project(fdreadoutmodules VERSION 1.0.2) +project(fdreadoutmodules VERSION 1.0.3) find_package(daq-cmake REQUIRED)