commit e528a797115fd71502f6d4c7d7eb54d06794a63b
parent 77fdae274f4fad076d80f8d24cc48a3096dd5335
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 22 Jun 2021 16:59:20 +0200
Merge branch 'release_0.5.3' into develop
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -39,6 +39,10 @@ variable the install directories of its dependencies.
Release notes
-------------
+### Version 0.5.3
+
+- Fix API break on filter function introduced by Star-3D 0.8.
+
### Version 0.5.1
- BugFix: enclosures including multiple media could end with invalid
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -64,7 +64,7 @@ endif()
###############################################################################
set(VERSION_MAJOR 0)
set(VERSION_MINOR 5)
-set(VERSION_PATCH 0)
+set(VERSION_PATCH 3)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(SENC3D_FILES_SRC