commit 69db526ee6dcad81b26382ef6fa5a730899338ba
parent 5cebd9d1526ff0ba6e18d593a1f992b646049361
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 5 Jul 2021 09:46:57 +0200
Merge branch 'release_0.7.1' into develop
Diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -27,6 +27,11 @@ project from the `cmake/CMakeLists.txt` file by appending to the
## Release notes
+### Version 0.7.1
+
+- Fix the evaluation of the RDG-FA phase function: the incident direction was
+ reversed.
+
### Version 0.7
- Add a built-in phase function using the
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -81,7 +81,7 @@ endif()
################################################################################
set(VERSION_MAJOR 0)
set(VERSION_MINOR 7)
-set(VERSION_PATCH 0)
+set(VERSION_PATCH 1)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(SSF_FILES_DOC COPYING README.md)