From 1f4ad35d4f4f0008724fe6672994db06e4e1c0f9 Mon Sep 17 00:00:00 2001 From: Eric Flumerfelt Date: Thu, 11 Apr 2024 15:16:49 -0500 Subject: [PATCH] Update to v3.0.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fa2e2c59..56d3a584 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.12) -project(appfwk VERSION 3.0.0) +project(appfwk VERSION 3.0.1) find_package(daq-cmake REQUIRED )