stardis-green

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

commit fe6158640b61d841a64356573b040166453aeecd
parent a041a86a5f9f60a1436d4efc07ae052a4b320c42
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 25 Nov 2020 16:08:37 +0100

Merge branch 'release_0.1.1' into develop

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

diff --git a/README.md b/README.md @@ -24,6 +24,12 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.1.1 + +- Check binary Green file format version (this require stardis 0.5.1). +- Man improvement. +- Ensure C89 compatibility. + ### Version 0.1 - Compatible with stardis v0.5.0 binary Green function files. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -42,7 +42,7 @@ configure_file(${GREEN_SOURCE_DIR}/../doc/sgreen.1.txt.in set(GREEN_VERSION_MAJOR 0) set(GREEN_VERSION_MINOR 1) -set(GREEN_VERSION_PATCH 0) +set(GREEN_VERSION_PATCH 1) set(GREEN_VERSION ${GREEN_VERSION_MAJOR}.${GREEN_VERSION_MINOR}.${GREEN_VERSION_PATCH}) configure_file(${GREEN_SOURCE_DIR}/green-default.h.in