commit 56d2d80114a07e22cf6faa192359c3d8416f846d
parent b2c92b1ddd13b1290cbf546c8cc800a59afc0b2c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 4 Jun 2019 16:15:00 +0200
Merge branch 'release_0.9' into develop
Diffstat:
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -60,6 +60,12 @@ informations on CMake.
## Release notes
+### Version 0.9
+
+- Add the `-G` option that saves and restores the state of the random number
+ generator. This option can be used to ensure the statistical independence
+ between successive runs.
+
### Version 0.8.2
- Fix man pages: the -D option of the solstice CLI was wrongly documented. The
@@ -192,7 +198,7 @@ for each triangle of a receiver. Its value can be:
- Add the verbose option `-v`.
- Update the output format of the simulation.
-## Licenses
+## License
Solstice is developed by [|Meso|Star>](http://www.meso-star.com) for the
[National Center for Scientific Research](http://www.cnrs.fr/index.php) (CNRS).
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 8)
-set(VERSION_PATCH 2)
+set(VERSION_MINOR 9)
+set(VERSION_PATCH 0)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
configure_file(${SOLSTICE_SOURCE_DIR}/solstice_version.h.in