Skip to content

Commit

Permalink
Merge pull request #789 from timopollmeier/prepare-v9.0.0
Browse files Browse the repository at this point in the history
Update version number in CMakeLists.txt
  • Loading branch information
mattmundell authored Oct 11, 2019
2 parents 479d94f + 8be85ae commit 12d59a3
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 @@ -23,7 +23,7 @@ message ("-- Configuring Greenbone Vulnerability Manager...")
# VERSION: Set patch version for stable releases, e.g. "9.0.0",
# unset patch version for prereleases, e.g. "9.0"
project (gvm
VERSION 9.0
VERSION 9.0.0
LANGUAGES C)

if (POLICY CMP0005)
Expand Down Expand Up @@ -58,7 +58,7 @@ endif (NOT CMAKE_BUILD_TYPE MATCHES "Release")

# set if this is in prerelease status, starting at 0 before first beta release,
# unset if this is a stable release series.
set (PROJECT_BETA_RELEASE 0)
# set (PROJECT_BETA_RELEASE 0)

if (GIT_REVISION)
set (PROJECT_VERSION_GIT "${GIT_REVISION}")
Expand Down

0 comments on commit 12d59a3

Please sign in to comment.