From 547f37f7f63802b5bc6eb19dc5a8be0a6e349f09 Mon Sep 17 00:00:00 2001 From: Greenbone Bot Date: Thu, 5 Dec 2024 13:15:52 +0000 Subject: [PATCH] Automatic adjustments after release [skip ci] * Update to version 22.6.7-dev1 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 644434a..2978ca5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.0) message ("-- Configuring PostgreSQL extension for GVMd functions...") project(pg-gvm - VERSION 22.6.6 + VERSION 22.6.7 LANGUAGES C) # List all sourcefiles @@ -76,7 +76,7 @@ endif (NOT CMAKE_BUILD_TYPE MATCHES "Release") # Set dev version if this is a development version and not a full release, # unset (put value 0 or delete line) before a full release and reset after. -set (PROJECT_DEV_VERSION 0) +set (PROJECT_DEV_VERSION 1) # If PROJECT_DEV_VERSION is set, the version string will be set to: # "major.minor.patch~dev${PROJECT_DEV_VERSION}${GIT_REVISION}"