Skip to content

Commit

Permalink
Automated commit: change version from 22.4.1 -> 22.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenbonebot committed Apr 18, 2023
1 parent 348fd66 commit 0cdc5ae
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 @@ -22,7 +22,7 @@ message ("-- Configuring the Scanner...")

# VERSION: Always include major, minor and patch level.
project (openvas
VERSION 22.4.2
VERSION 22.5.0
LANGUAGES C)

if (POLICY CMP0005)
Expand Down Expand Up @@ -63,7 +63,7 @@ endif (CLANG_FORMAT)

# 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 1)
set (PROJECT_DEV_VERSION 0)

# 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 0cdc5ae

Please sign in to comment.