htpp

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

commit 17bb5b71661e55430637fb85a9cbf639fb2d414e
parent 35c95974ca1d21c3afb919fc269979cfe93af8a6
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue,  2 Jul 2019 15:12:20 +0200

Bump version number to 0.2

Diffstat:
Mcmake/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -35,7 +35,7 @@ include_directories(${RSys_INCLUDE_DIR} ${CMAKE_CURRENT_BINARY_DIR}) # Configure and define targets ################################################################################ set(VERSION_MAJOR 0) -set(VERSION_MINOR 1) +set(VERSION_MINOR 2) set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})