Skip to content

Commit

Permalink
Automatic adjustments after release [skip ci]
Browse files Browse the repository at this point in the history
* Update to version 23.10.1-dev1
  • Loading branch information
greenbonebot committed Sep 11, 2024
1 parent 218c8c7 commit 16c0a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cmake_minimum_required (VERSION 3.0)
message ("-- Configuring Greenbone Vulnerability Manager...")

project (gvm
VERSION 23.10.0
VERSION 23.10.1
LANGUAGES C)

if (POLICY CMP0005)
Expand Down Expand Up @@ -58,7 +58,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}"
Expand Down

0 comments on commit 16c0a97

Please sign in to comment.