commit 55830da04fb581f10d6f682f83dc1a7fe1887658 parent 1644ff67d322620d4b2ebc20bedcb8d3c46b6e18 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 21 Oct 2021 16:04:49 +0200 Merge branch 'release_0.3' into develop Diffstat:
| M | README.md | | | 6 | +++++- |
| M | cmake/CMakeLists.txt | | | 4 | ++-- |
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -24,9 +24,13 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.3 + +Manage fileformat updates introduced by Stardis 0.7. + ### Version 0.2.1 -- Fix a bug that could cause a crash. +Fix a bug that could cause a crash. ### Version 0.2 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 2) -set(GREEN_VERSION_PATCH 1) +set(GREEN_VERSION_MINOR 3) +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