Skip to content

Commit

Permalink
Merge pull request #1740 from DGtal-team/1.4.1
Browse files Browse the repository at this point in the history
minor release (typos) to test the pypi deploy
  • Loading branch information
dcoeurjo authored Jul 24, 2024
2 parents ecadbfa + 368b12c commit f4c480a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/deps)


set(DGtal_VERSION_MAJOR 1)
set(DGtal_VERSION_MINOR 5)
set(DGtal_VERSION_PATCH beta)
set(DGtal_VERSION_MINOR 4)
set(DGtal_VERSION_PATCH 1)
set(DGTAL_VERSION "${DGtal_VERSION_MAJOR}.${DGtal_VERSION_MINOR}.${DGtal_VERSION_PATCH}")
set(PROJECT_VERSION "${DGtal_VERSION_MAJOR}.${DGtal_VERSION_MINOR}.${DGtal_VERSION_PATCH}")
set(VERSION ${DGtal_VERSION_MAJOR}.${DGtal_VERSION_MINOR}.${DGtal_VERSION_PATCH})
Expand Down
3 changes: 1 addition & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DGtal 1.5beta
# DGtal 1.4.1

## New features / critical changes

Expand All @@ -8,7 +8,6 @@
[#1738](https://github.com/DGtal-team/DGtal/pull/1738))

## Bug fixes

- *General*
- Fixing typos int the cmake script (David Coeurjolly, [#1739](https://github.com/DGtal-team/DGtal/pull/1739))

Expand Down

0 comments on commit f4c480a

Please sign in to comment.