commit e0d3c20f5dc530fad492f312e14779d4a800e139
parent 14221c7826ea3e28d865f82ff713184cb5644f99
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Wed, 22 Sep 2021 11:22:08 +0200
Merge branch 'release_0.2.1' into develop
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -24,6 +24,10 @@ variable the install directories of its dependencies.
## Release notes
+### Version 0.2.1
+
+- Fix a bug that could cause a crash.
+
### Version 0.2
- Add connections to html output.
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 2)
-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