Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

base 1.5 beta #87

Merged
merged 2 commits into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
kerautret marked this conversation as resolved.
Show resolved Hide resolved




# 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
Loading