Skip to content

Commit

Permalink
base 1.5 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
kerautret committed Jun 11, 2024
1 parent be5ec3c commit 541a43e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include(polyscope)
set (CMAKE_CXX_STANDARD_REQUIRED TRUE)


FIND_PACKAGE(DGtal 1.4 REQUIRED)
FIND_PACKAGE(DGtal 1.5 REQUIRED)
INCLUDE_DIRECTORIES(${DGTAL_INCLUDE_DIRS})
LINK_DIRECTORIES(${DGTAL_LIBRARY_DIRS})

Expand Down Expand Up @@ -58,8 +58,8 @@ include_directories(${PROJECT_SOURCE_DIR})
# -----------------------------------------------------------------------------
# SET(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
SET(DGtalToolsContrib_VERSION_MAJOR 1)
SET(DGtalToolsContrib_VERSION_MINOR 4)
#SET(DGtalToolsContrib_VERSION_PATCH beta)
SET(DGtalToolsContrib_VERSION_MINOR 5)
SET(DGtalToolsContrib_VERSION_PATCH beta)
SET(DGTALTOOLSContrib_VERSION "${DGtalToolsContrib_VERSION_MAJOR}.${DGtalToolsContrib_VERSION_MINOR}.${DGtalToolsContrib_VERSION_PATCH}")
SET(PROJECT_VERSION "${DGtalToolsContrib_VERSION_MAJOR}.${DGtalToolsContrib_VERSION_MINOR}.${DGtalToolsContrib_VERSION_PATCH}")
SET(VERSION ${DGtalToolsContrib_VERSION_MAJOR}.${DGtalToolsContrib_VERSION_MINOR}.${DGtalToolsContrib_VERSION_PATCH})
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# DGtalTools-contrib 1.4 (beta)




# DGtalTools-contrib 1.4
- *build*
- Remove STBimage preprocessor instruction used to fix MVSC that is
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Various tools from the community built using DGtal. Contrary to the DGtalTools p

More Information
----------------
* Release 1.4 [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.11575523.svg)](https://doi.org/10.5281/zenodo.11575523)
* Release 1.3 [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7392143.svg)](https://doi.org/10.5281/zenodo.7392143)
* Release 1.2 [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4893600.svg)](https://doi.org/10.5281/zenodo.4893600)
* Release 1.1.1 DOI [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4395059.svg)](https://doi.org/10.5281/zenodo.4395059)
Expand Down

0 comments on commit 541a43e

Please sign in to comment.