From ca80fe5e8025ea053d987cbec89c9b024b1a0321 Mon Sep 17 00:00:00 2001 From: nichtsfrei Date: Tue, 23 May 2023 13:27:03 +0000 Subject: [PATCH] Automated commit: change version from 3.0.7 -> 3.0.8 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e1558fbb8..dea6586ee 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.8 LANGUAGES C) if (POLICY CMP0005)