prep v7.5.2

This commit is contained in:
2023-12-14 10:00:59 +01:00
parent 26b9343ca4
commit 262cc78e7e
2 changed files with 3 additions and 1 deletions

@ -16,6 +16,8 @@ will consitute of a breaking change warranting a new major release:
# [unreleased] # [unreleased]
# [v7.5.2] 2023-12-14
## Fixed ## Fixed
- Fixed faulty scaling within the QUEST algorithm. - Fixed faulty scaling within the QUEST algorithm.

@ -11,7 +11,7 @@ cmake_minimum_required(VERSION 3.13)
set(OBSW_VERSION_MAJOR 7) set(OBSW_VERSION_MAJOR 7)
set(OBSW_VERSION_MINOR 5) set(OBSW_VERSION_MINOR 5)
set(OBSW_VERSION_REVISION 1) set(OBSW_VERSION_REVISION 2)
# set(CMAKE_VERBOSE TRUE) # set(CMAKE_VERBOSE TRUE)