commit a0d51bf1a28f30d89bbb76acad9876034991bf32
parent dc981e8c59accd42fc74bd804a2e4706365827e1
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Mon, 25 Apr 2022 17:22:18 +0200
Merge branch 'release_0.4' into develop
Diffstat:
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -15,6 +15,12 @@ can be edited, built, tested and installed as any CMake project.
## Release notes
+### Version 0.4
+
+- Add write functionality (either to files or streams),
+- Add support for binary format,
+- Fix tests (a test was run twice, the other one was not run).
+
### Version 0.3.4
- Sets the CMake minimum version to 3.1: since CMake 3.20, version 2.8 has
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -65,8 +65,8 @@ if(CMAKE_COMPILER_IS_GNUCC)
endif()
set(VERSION_MAJOR 0)
-set(VERSION_MINOR 3)
-set(VERSION_PATCH 4)
+set(VERSION_MINOR 4)
+set(VERSION_PATCH 0)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set_target_properties(sstl PROPERTIES
DEFINE_SYMBOL SSTL_SHARED_BUILD