star-cmap

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

commit fcdbc40949be6cbc1b655d8c0126a1f47269a40a
parent 99867856700bf348e8cbf9c6274f441b06a08a1d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 13 Oct 2021 16:58:55 +0200

Merge branch 'release_0.0.3' into develop

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

diff --git a/README.md b/README.md @@ -21,6 +21,10 @@ CMake. ## Release notes +### Version 0.0.3 + +Fix compilation warnings detected by gcc 11 + ### Version 0.0.2 Sets the CMake minimum version to 3.1: since CMake 3.20, version 2.8 has become 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 2) +set(VERSION_PATCH 3) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SCMAP_FILES_SRC scmap.c scmap_palettes.c)