htpp

htrdr-image post-processing
git clone git://git.meso-star.fr/htpp.git
Log | Files | Refs | README | LICENSE

commit a12fc025086d3381d6fab90430990894706e3c81
parent 0ca78add7e1852f8d6e74abce6adc571fadcad54
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 11 Jan 2023 11:34:07 +0100

Merge branch 'release_0.4.3' into develop

Diffstat:
MREADME.md | 6++++++
Mcmake/CMakeLists.txt | 2+-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -23,6 +23,12 @@ informations on CMake. ## Release notes +### Version 0.4.3 + +- Add list of available palettes to man page. +- Use scdoc rather than asciidoc as file format for man sources. +- Remove deprecated MSVC support. + ### Version 0.4.2 - Fix a wrong assertion on the range of the data to display: in debug `htpp` 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 2) +set(VERSION_PATCH 3) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) configure_file(${HTPP_SOURCE_DIR}/htpp_version.h.in