commit 6baa2835fe031a6bebd278b11413f362d9bd230e
parent d5122f68b8dea6282743da282b6ae6363551854c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 27 Feb 2023 14:35:16 +0100
Merge branch 'release_0.4.4' into develop
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