stardis-green

Post-processing of green functions
git clone git://git.meso-star.fr/stardis-green.git
Log | Files | Refs | README | LICENSE

commit 2e63d518d3ad294e8f45fb040029ec0725c65b10
parent 748858125c196e92968c1c571be8cf4ff96c7315
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 30 Jun 2021 15:37:37 +0200

Merge branch 'release_0.2' into develop

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

diff --git a/README.md b/README.md @@ -24,6 +24,12 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.2 + +- Add connections to html output. +- Add compute time information to output. +- Adapt to new file format from stardis. + ### Version 0.1.1 - Check binary Green file format version (this require stardis 0.5.1). diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -41,8 +41,8 @@ configure_file(${GREEN_SOURCE_DIR}/../doc/sgreen.1.txt.in ${CMAKE_CURRENT_BINARY_DIR}/doc/sgreen.1.txt @ONLY) set(GREEN_VERSION_MAJOR 0) -set(GREEN_VERSION_MINOR 1) -set(GREEN_VERSION_PATCH 1) +set(GREEN_VERSION_MINOR 2) +set(GREEN_VERSION_PATCH 0) set(GREEN_VERSION ${GREEN_VERSION_MAJOR}.${GREEN_VERSION_MINOR}.${GREEN_VERSION_PATCH}) configure_file(${GREEN_SOURCE_DIR}/green-default.h.in