commit 9bf27b56147fcc137da5d705950d56416beff915
parent 33a99267bf981a75e65184ecfdcad03fa9fdf6a6
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Tue, 17 Nov 2020 12:35:24 +0100
Merge branch 'release_0.4.1' into develop
Diffstat:
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -29,6 +29,13 @@ informations on CMake.
## Release notes
+
+### Version 0.4.1
+
+- Fix MSVC build.
+- Change install dir for html man.
+- Stop building html man on Unix systems (still optionally available).
+
### Version 0.4
- Add the `gnuplot` parameter to the `-m` option. Once set, the result image is
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -62,7 +62,7 @@ endif()
################################################################################
set(VERSION_MAJOR 0)
set(VERSION_MINOR 4)
-set(VERSION_PATCH 0)
+set(VERSION_PATCH 1)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
configure_file(${HTPP_SOURCE_DIR}/htpp_version.h.in