Skip to content

Commit

Permalink
Bump to 0.1.76
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Nov 5, 2024
1 parent 3e42da6 commit bc1a063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ include(SSGCommon)
# Define Version values
set(SSG_MAJOR_VERSION 0)
set(SSG_MINOR_VERSION 1)
set(SSG_PATCH_VERSION 75)
set(SSG_PATCH_VERSION 76)
set(SSG_VERSION "${SSG_MAJOR_VERSION}.${SSG_MINOR_VERSION}.${SSG_PATCH_VERSION}")

set(SSG_TARGET_OVAL_MAJOR_VERSION "5" CACHE STRING "Which major version of OVAL are we targetting. Only 5 is supported at the moment.")
Expand Down

0 comments on commit bc1a063

Please sign in to comment.