From 7b3e1d80f3637196f02d7c19c47f0b0ed9a5303b Mon Sep 17 00:00:00 2001 From: nichtsfrei Date: Tue, 23 May 2023 13:29:20 +0000 Subject: [PATCH] Automated commit: change version from 3.0.9 -> 3.0.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e1558fbb8..f64e4307e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ message ("-- Configuring the Scanner...") # VERSION: Always include major, minor and patch level. project (openvas - VERSION 22.7.0 + VERSION 3.0.10 LANGUAGES C) if (POLICY CMP0005)