solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

commit a02385ebaa2080f1e33cb3dc3ec2119c57dc1f5a
parent 1922e64fe5ce68cd51b6a38245e6a26578422599
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  8 Sep 2017 11:56:44 +0200

Merge branch 'release_0.3' into develop

Diffstat:
MREADME.md | 7+++++++
Mcmake/CMakeLists.txt | 6+++---
2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -60,6 +60,13 @@ informations on CMake. ## Release notes +### Version 0.3 + +- Fix several issues in the output results. Refer to the Solsice-Solver 0.3 + release notes for more informations. +- Add the `--version` option. +- Update the man pages to fix some issues and improve the output documentation. + ### Version 0.2.3 - Update the solstice-input file format. The anchor and entity name cannot diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -45,7 +45,7 @@ find_package(LibYAML REQUIRED) find_package(RCMake 0.2.3 REQUIRED) find_package(RSys 0.4 REQUIRED) find_package(SolAnim 0.1 REQUIRED) -find_package(SolSolver 0.2 REQUIRED) +find_package(SolSolver 0.3 REQUIRED) find_package(Star3DUT 0.2 REQUIRED) find_package(StarSP 0.4 REQUIRED) find_package(StarSTL 0.3.1 REQUIRED) @@ -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 2) -set(VERSION_PATCH 3) +set(VERSION_MINOR 3) +set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) configure_file(${SOLSTICE_SOURCE_DIR}/solstice_version.h.in