From ac6cf6a047336788bdfe47c6e0c688a7b1aed860 Mon Sep 17 00:00:00 2001 From: Adam Wegrzynek Date: Wed, 14 Apr 2021 13:32:12 +0200 Subject: [PATCH] Bump CMake to 3.8.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bf2cbd8..583f00f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ endif() # Define project project(Monitoring - VERSION 3.8.1 + VERSION 3.8.2 DESCRIPTION "O2 Monitoring library" LANGUAGES CXX )