commit 9598e4996c7e340261b94ae82b52d85d54023a3a
parent 2d87c933f84ed03ffdd4543f34c7edc656e38135
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 27 Feb 2023 14:33:33 +0100
Merge branch 'release_0.4.4'
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -24,6 +24,10 @@ informations on CMake.
## Release notes
+### Version 0.4.4
+
+Fix a typo in the man page
+
### Version 0.4.3
- Add list of available palettes to man page.
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -42,7 +42,7 @@ include_directories(
################################################################################
set(VERSION_MAJOR 0)
set(VERSION_MINOR 4)
-set(VERSION_PATCH 3)
+set(VERSION_PATCH 4)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
configure_file(${HTPP_SOURCE_DIR}/htpp_version.h.in