solstice-solver

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

commit 6c7dbcf887e86590d67a379b6f392287189cd6b3
parent 1145d7aae7405120b30b17415559a7f4382744ae
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 18 Dec 2018 14:42:09 +0100

Merge branch 'release_0.7.3' into develop

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

diff --git a/README.md b/README.md @@ -29,6 +29,11 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.7.3 + +- Update the version of the RSys and StarSP dependencies. +- Fix a compilation warning with GCC7 and above. + ### Version 0.7.2 - Fix the gaussian sunshape. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -55,7 +55,7 @@ rcmake_append_runtime_dirs(_runtime_dirs RSys Star3D Star3DUT StarCPR StarSF Sta ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 7) -set(VERSION_PATCH 2) +set(VERSION_PATCH 3) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SSOL_FILES_SRC