star-cmap

Mapping values onto color ramps
git clone git://git.meso-star.fr/star-cmap.git
Log | Files | Refs | README | LICENSE

commit 566ee4d9e68f021d40ffd3afcb4a1c8e88ad8ea4
parent bbb770c0981042c86fa3e15fa99d4616e13d7d71
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Mon, 16 Nov 2020 14:15:28 +0100

Merge branch 'release_0.0.1' into develop

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

diff --git a/README.md b/README.md @@ -19,6 +19,13 @@ edited, built, tested and installed as any CMake project. Refer to the [CMake documentation](https://cmake.org/documentation) for further informations on CMake. +Release notes +------------- + +### Version 0.0.1 + +Fix MSVC build. + ## License Copyright (C) 2020 [|Meso|Star>](https://www.meso-star.com) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -37,7 +37,7 @@ include_directories(${RSys_INCLUDE_DIR}) ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 0) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SCMAP_FILES_SRC scmap.c scmap_palettes.c)