From a2a6f8aeb2ca3ffa4dd47fb1b6c97e37b554483a Mon Sep 17 00:00:00 2001 From: Adam Wegrzynek Date: Fri, 20 Oct 2023 11:11:37 +0200 Subject: [PATCH] bump cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c0f3bd0..357aeeb0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ endif() # Define project project(Monitoring - VERSION 3.17.4 + VERSION 3.17.5 DESCRIPTION "O2 Monitoring library" LANGUAGES CXX )