commit fb4d7e519ec3548dac7d667ee35cb9131132b0b0
parent 268da321c27f787e784f5b49473308588c2bc510
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 18 Oct 2021 16:14:00 +0200
Merge branch 'release_0.12.2' into develop
Diffstat:
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -111,6 +111,12 @@ variable the install directories of its dependencies.
## Release notes
+### Version 0.12.2
+
+- Sets the required version of Star-SampPling to 0.12. This version fixes
+ compilation errors with gcc 11 but introduces API breaks.
+- Fix warnings detected by gcc 11.
+
### Version 0.12.1
Updates the way numerical issues are handled during a conductive random walk.
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -57,7 +57,7 @@ rcmake_append_runtime_dirs(_runtime_dirs
###############################################################################
set(VERSION_MAJOR 0)
set(VERSION_MINOR 12)
-set(VERSION_PATCH 1)
+set(VERSION_PATCH 2)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(SDIS_FILES_SRC