commit 2116fb472bdd78361bfbf51ed4e3004cd55ab044
parent 2bca5579357d3779c372e96323ad810c4e02b36e
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Tue, 28 Nov 2023 15:05:19 +0100
Merge branch 'release_0.1.2' into develop
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -23,6 +23,10 @@ variable the install directories of its dependencies.
## Release notes
+### Version 0.1.2
+
+- Fix OBJ dump.
+
### Version 0.1.1
- Fixed help headers failing to compile when included in C++ files.
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -62,7 +62,7 @@ endif()
################################################################################
set(VERSION_MAJOR 0)
set(VERSION_MINOR 1)
-set(VERSION_PATCH 1)
+set(VERSION_PATCH 2)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(SG3D_FILES_SRC