commit fe3a3d85dd1318ccdd7767f3dc2449d7a21ddd90
parent f42df9062bde7fa8171abe83f042db7616fc50e9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 20 Jun 2017 15:00:21 +0200
Merge branch 'release-0.2.2' 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.2
+
+- Fix how the AsciiDoc tool suite is looking for on Windows; it was never found
+ and consequently the documentation was not generated.
+
### Version 0.2.1
- Fix the install target on Windows: copy the solstice runtime libraries in the
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 1)
+set(VERSION_PATCH 2)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(SOLSTICE_FILES_SRC