commit 5dd433e19ed014ec8620536609d80173bc44c2f0
parent a4b53541667fdac9d521ef1fc9ccddef4894994c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 21 Sep 2017 15:11:00 +0200
Merge branch 'release_0.5' into develop
Diffstat:
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -60,6 +60,11 @@ informations on CMake.
## Release notes
+### Version 0.5
+
+- Improve the performances of the solver up to 50% in situations where the
+ radiative random walks bounce on many surfaces.
+
### Version 0.4.1
- Update the name of the outputted data in the solstice-output man page.
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -96,8 +96,8 @@ configure_file(${SOLSTICE_SOURCE_DIR}/../doc/solstice.1.txt.in
${CMAKE_CURRENT_BINARY_DIR}/doc/solstice.1.txt @ONLY)
set(VERSION_MAJOR 0)
-set(VERSION_MINOR 4)
-set(VERSION_PATCH 1)
+set(VERSION_MINOR 5)
+set(VERSION_PATCH 0)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
configure_file(${SOLSTICE_SOURCE_DIR}/solstice_version.h.in