commit 5e7e082255efa7af3c69a42d682e7267b921a108
parent 27c9f2a92e75504c5be5e1d16353a8cf4fccd93f
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 13 Dec 2017 11:04:58 +0100
Merge branch 'release_0.2.1' into develop
Diffstat:
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -1,7 +1,7 @@
# Solstice Animation
-The purpose of this library is to compute the positioning of the constituents
-of a solar facility. It has been developed in the scope of the Solstice project,
+The purpose of this library is to compute the positioning of the constituents
+of a solar facility. It has been developed in the scope of the Solstice project,
in collaboration with the
[Laboratory of Excellence Solstice](http://www.labex-solstice.fr) and the
[PROMES](http://www.promes.cnrs.fr/index.php?page=home-en) laboratory of the
@@ -23,6 +23,11 @@ variable the install directories of its dependencies.
## Release notes
+### Version 0.2.1
+
+- Update the version of the RSys dependency to 0.6: replace the deprecated
+ `[N]CHECK` macros by the new macro `CHK`.
+
### Version 0.2
- Update the `sanim_node_visit_tree` function: the submitted sun direction may
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -41,7 +41,7 @@ rcmake_append_runtime_dirs(_runtime_dirs RSys)
################################################################################
set(VERSION_MAJOR 0)
set(VERSION_MINOR 2)
-set(VERSION_PATCH 0)
+set(VERSION_PATCH 1)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(SANIM_FILES_SRC