solstice-anim

Geometry animation library of the solstice app
git clone git://git.meso-star.com/solstice-anim.git
Log | Files | Refs | README | LICENSE

commit 329a85a938d15ca3b730f65163cf6adcc5ed3795
parent 54cfb7ea46370257612761f913ac2d13c4fe58f8
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 18 Dec 2018 14:37:40 +0100

Merge branch 'release_0.2.2' into develop

Diffstat:
MREADME.md | 4++++
Mcmake/CMakeLists.txt | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -23,6 +23,10 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.2.2 + +- Fix a compilation issue that prevented building tests. + ### Version 0.2.1 - Update the version of the RSys dependency to 0.6: replace the deprecated 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 1) +set(VERSION_PATCH 2) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SANIM_FILES_SRC