From 46621778cfc45c2cb006401cd5a6635420035117 Mon Sep 17 00:00:00 2001 From: aeoranday Date: Wed, 7 Feb 2024 20:21:40 +0100 Subject: [PATCH] Updated to v1.7.0. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 56e3a77c..017597b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.12) -project(trigger VERSION 1.6.1) +project(trigger VERSION 1.7.0) find_package(daq-cmake REQUIRED)