htpp

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

commit 1799165f6e70184035a27ecf1534abfb59973f2b
parent 4f39e59e63bf8c67173a0173c580b25588056406
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 17 Jun 2021 10:03:28 +0200

Merge branch 'release_0.4.2' into develop

Diffstat:
MREADME.md | 6++++++
Mcmake/CMakeLists.txt | 4++--
2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -29,6 +29,12 @@ informations on CMake. ## Release notes +### Version 0.4.2 + +- Fix a wrong assertion on the range of the data to display: in debug `htpp` + was stopping and reporting an error if the data to display all had the same + value. +- Fix the CMake file for MSVC build. ### Version 0.4.1 diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.1) project(htpp C) set(HTPP_SOURCE_DIR ${PROJECT_SOURCE_DIR}/../src) @@ -68,7 +68,7 @@ endif() ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 4) -set(VERSION_PATCH 1) +set(VERSION_PATCH 2) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) configure_file(${HTPP_SOURCE_DIR}/htpp_version.h.in