Skip to content

Commit

Permalink
Merge pull request #11308 from vojtapolasek/update_version_to_0_1_72
Browse files Browse the repository at this point in the history
bump version to 0.1.72
  • Loading branch information
Mab879 authored Nov 29, 2023
2 parents 49d1527 + ba6bc43 commit 3cc661d
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 @@ -39,7 +39,7 @@ set(SSG_TAILORING_INSTALL_DIR "${CMAKE_INSTALL_DATADIR}/scap-security-guide/tail

set(SSG_MAJOR_VERSION 0)
set(SSG_MINOR_VERSION 1)
set(SSG_PATCH_VERSION 71)
set(SSG_PATCH_VERSION 72)
set(SSG_VERSION "${SSG_MAJOR_VERSION}.${SSG_MINOR_VERSION}.${SSG_PATCH_VERSION}")

set(SSG_VENDOR "ssgproject" CACHE STRING "Specify the XCCDF 1.2 vendor string.")
Expand Down

0 comments on commit 3cc661d

Please sign in to comment.