From 1148f10b06038e43644a95110132c764a8dfe310 Mon Sep 17 00:00:00 2001 From: Kerautret Date: Sun, 12 Feb 2017 11:45:27 +0100 Subject: [PATCH] 0.9.3 --- CMakeLists.txt | 4 ++-- ChangeLog.md | 17 ++++++++++------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e9de237e..a998d53f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake") # ----------------------------------------------------------------------------- message(STATUS "-------------------------------------------------------------------------------") message(STATUS "Checking if DGtal is installed:") -FIND_PACKAGE(DGtal 0.9.2 REQUIRED) +FIND_PACKAGE(DGtal 0.9.3 REQUIRED) INCLUDE_DIRECTORIES(${DGTAL_INCLUDE_DIRS}) LINK_DIRECTORIES(${DGTAL_LIBRARY_DIRS}) SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) @@ -42,7 +42,7 @@ endif (CMAKE_CXX_FLAGS MATCHES "-ftemplate-depth-[0-9]*") SET(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake") SET(DGtalTools_VERSION_MAJOR 0) SET(DGtalTools_VERSION_MINOR 9) -SET(DGtalTools_VERSION_PATCH beta3) +SET(DGtalTools_VERSION_PATCH 3) SET(DGTALTOOLS_VERSION "${DGtalTools_VERSION_MAJOR}.${DGtalTools_VERSION_MINOR}.${DGtalTools_VERSION_PATCH}") SET(PROJECT_VERSION "${DGtalTools_VERSION_MAJOR}.${DGtalTools_VERSION_MINOR}.${DGtalTools_VERSION_PATCH}") SET(VERSION ${DGtalTools_VERSION_MAJOR}.${DGtalTools_VERSION_MINOR}.${DGtalTools_VERSION_PATCH}) diff --git a/ChangeLog.md b/ChangeLog.md index a2904e2e..1e3328ea 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,19 +2,22 @@ - *global*: - Various fixes to enable the new Version3 (compressed) Vol/Longvol files. - (David Coeurjolly, [#287](https://github.com/DGtal-team/pull/287)) + (David Coeurjolly, [#287](https://github.com/DGtal-team/pull/287)) - Fix Appveyor continuous integration with zlib installation and boost fix. - (Bertrand Kerautret, [#289](https://github.com/DGtal-team/DGtalTools/pull/289)) + (Bertrand Kerautret, [#289](https://github.com/DGtal-team/DGtalTools/pull/289)) - *imageProcessing*: - - Creates imageProcessing directory. Add tools for doing image restoration and inpainting with Ambrosio-Tortorelli functional and discrete calculus. (Jacques-Olivier Lachaud, Marion Foare - [#280](https://github.com/DGtal-team/DGtalTools/pull/280)) + - Creates imageProcessing directory. Add tools for doing image restoration + and inpainting with Ambrosio-Tortorelli functional and discrete calculus. + (Jacques-Olivier Lachaud, Marion Foare + [#280](https://github.com/DGtal-team/DGtalTools/pull/280)) - *converters*: - fix tool itk2vol which was not able to read and convert int type image. - (Bertrand Kerautret, [#276](https://github.com/DGtal-team/DGtalTools/pull/271)) - - add a CLOSURE export mode in volBoundary2obj. Default mode has been changed to "BDRY" - (David Coeurjolly, [#281](https://github.com/DGtal-team/DGtalTools/pull/281)) + (Bertrand Kerautret, [#276](https://github.com/DGtal-team/DGtalTools/pull/271)) + - add a CLOSURE export mode in volBoundary2obj. Default mode has been changed + to "BDRY" + (David Coeurjolly, [#281](https://github.com/DGtal-team/DGtalTools/pull/281)) - *visualisation*: - Add SnapShot option for meshViewer and 3dVolViewer