From 2a20048c4bbce3f6170988066b69d3149b8d607e Mon Sep 17 00:00:00 2001 From: Roland Sipos <69035075+roland-sipos@users.noreply.github.com> Date: Mon, 8 Nov 2021 22:15:49 +0100 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 04797e4..c0d4009 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.12) -project(lbrulibs VERSION 1.0.4) +project(lbrulibs VERSION 1.0.5) find_package(daq-cmake REQUIRED)