commit 93ed59d5c43351ce4d41c6bc80cf9f0362822c13
parent e9b99fea7c53ea7350ae2f38a5cb2265968bcfa0
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 17 Apr 2019 11:57:22 +0200
Merge branch 'release_0.1' into develop
Diffstat:
2 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
@@ -27,12 +27,20 @@ resulting project can be edited, built, tested and installed as any CMake
project. Refer to the [CMake](https://cmake.org/documentation) for further
informations on CMake.
+## Release notes
+
+### Version 0.1
+
+- Handle the update of the htrdr-image file format introduced by
+ [htrdr](https://gitlab.com/meso-star/htrdr/) 0.1 that adds to each pixel the
+ estimation of the per realisation path computation time.
+
## License
-htpp is a free software copyright (C) 2018-2019 Centre National de la Recherche
+htpp copyright (C) 2018-2019 Centre National de la Recherche
(CNRS), [|Meso|Star>](https://www.meso-star.com) <contact@meso-star.com>,
-Université Paul Sabatier <contact-edstar@laplace.univ-tlse.fr>. It is released
-under the GPL v3+ license: GNU GPL version 3 or later. You are welcome to
-redistribute it under certain conditions; refer to the COPYING file for
-details.
+Université Paul Sabatier <contact-edstar@laplace.univ-tlse.fr>. It is free
+software released under the GPL v3+ license: GNU GPL version 3 or later. You
+are welcome to redistribute it under certain conditions; refer to the COPYING
+file for details.
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 0)
+set(VERSION_MINOR 1)
set(VERSION_PATCH 0)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})