commit 024fa89fa859231efc7a2a41afea63cf1d2cb686 parent acd6814aed54bd25918b5f213b8a39fb0adf68ab Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 21 Oct 2021 15:56:01 +0200 Merge branch 'release_0.7.2' into develop Diffstat:
| M | README.md | | | 5 | +++++ |
| M | cmake/CMakeLists.txt | | | 2 | +- |
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -33,6 +33,11 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.7.2 + +Fix the binary file format of the green function: the fileformat has been +updated without incrementing the version of the serialised data. + ### Version 0.7.1 Fix debug build. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -56,7 +56,7 @@ configure_file(${SDIS_SOURCE_DIR}/../doc/stardis.1.txt.in set(SDIS_VERSION_MAJOR 0) set(SDIS_VERSION_MINOR 7) -set(SDIS_VERSION_PATCH 1) +set(SDIS_VERSION_PATCH 2) set(SDIS_VERSION ${SDIS_VERSION_MAJOR}.${SDIS_VERSION_MINOR}.${SDIS_VERSION_PATCH}) configure_file(${SDIS_SOURCE_DIR}/stardis-default.h.in