commit 3b13c1b7f3c3def21ed182150c1c69c6fb8ea880
parent d131c02c157c6b1c6d851ecefec151ffe251120a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 13 Dec 2017 10:55:04 +0100
Merge branch 'release_0.3.2' into develop
Diffstat:
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -13,6 +13,13 @@ project from the cmake/CMakeLists.txt file by appending the RCMake and the RSys
install directories to the `CMAKE_PREFIX_PATH` variable. The resulting project
can be edited, built, tested and installed as any CMake project.
+## Release notes
+
+### Version 0.3.2
+
+- Update the version of the RSys dependency to 0.6: replace the deprecated
+ `[N]CHECK` macros by the new macro `CHK`.
+
## License
Star-STL is Copyright (C) |Meso|Star> 2015-2016 (<contact@meso-star.com>). It
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -66,7 +66,7 @@ endif()
set(VERSION_MAJOR 0)
set(VERSION_MINOR 3)
-set(VERSION_PATCH 1)
+set(VERSION_PATCH 2)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set_target_properties(sstl PROPERTIES
DEFINE_SYMBOL SSTL_SHARED_BUILD