commit 0613381152e7772d8b5d350a7870a405642da296
parent a157c554fff35c1abbbfc7896a8fd59f7e5b1522
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 20 Oct 2021 11:17:35 +0200
Merge branch 'release_0.12.1' into develop
Diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -34,6 +34,11 @@ variable to the directory that contains the `boost` include directory.
## Release notes
+### Version 0.12.1
+
+Fix creating a random number proxy generator using the KISS type: this type was
+considered invalid while it is not.
+
### Version 0.12
Ensures C++11 compliance to correct gcc 11 compilation errors. On the other
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -80,7 +80,7 @@ endif()
################################################################################
set(VERSION_MAJOR 0)
set(VERSION_MINOR 12)
-set(VERSION_PATCH 0)
+set(VERSION_PATCH 1)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(SSP_FILES_SRC