Skip to content

Commit

Permalink
Fixing typos in the Changelog, switching from 1.5.0beta to 1.4.2(beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo committed Dec 20, 2024
1 parent ce29631 commit 0abdccf
Show file tree
Hide file tree
Showing 2 changed files with 4 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 2beta)
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
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DGtal 1.5beta
# DGtal 1.4.2(beta)

## New features

Expand All @@ -13,7 +13,7 @@
## Bug fixes

- *General*
- Fix cmake CGAL 6.0 Breaking change. (David Coeurjolly, [#1745](https://github.com/DGtal-team/DGtal/pull/1745))
- Fix cmake CGAL 6.0 breaking change. (David Coeurjolly, [#1745](https://github.com/DGtal-team/DGtal/pull/1745))
- Adding a new `DGTAL_REMOVE_UNINSTALL` cmake option to disable the `uninstall` target. (David Coeurjolly, [#1746](https://github.com/DGtal-team/DGtal/pull/1746)

- *Geometry*
Expand Down

0 comments on commit 0abdccf

Please sign in to comment.