From d1e5dac45a1567ca9e8d2f99af4cb5f23c7faf4b Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Mon, 29 Jul 2024 12:53:46 -0500 Subject: [PATCH] Bump to 0.1.75 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c258307da6..1050f7a8095 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ include(SSGCommon) # Define Version values set(SSG_MAJOR_VERSION 0) set(SSG_MINOR_VERSION 1) -set(SSG_PATCH_VERSION 74) +set(SSG_PATCH_VERSION 75) 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.")