commit b4779b6c1b03fe25a9097d2e345f6ff8b8617422
parent e90bffcf4aa5d1e66b5a4cb593bda190bda24398
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 7 Jun 2017 10:29:29 +0200
Merge branch 'release-0.2.1' into develop
Diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -60,6 +60,11 @@ informations on CMake.
## Release notes
+### Version 0.2.1
+
+- Fix the install target on Windows: copy the solstice runtime libraries in the
+ solstice installation path.
+
### Version 0.2
- Add the support of an optional normal map to the materials. It defines
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -100,7 +100,7 @@ configure_file(${SOLSTICE_SOURCE_DIR}/../doc/solstice.1.txt.in
################################################################################
set(VERSION_MAJOR 0)
set(VERSION_MINOR 2)
-set(VERSION_PATCH 0)
+set(VERSION_PATCH 1)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(SOLSTICE_FILES_SRC