Skip to content

Commit cdccf7a

Browse files
authored
Merge pull request #1752 from DGtal-team/rel1.4.2
Preparing release 1.4.2
2 parents eb1e613 + 270c4dc commit cdccf7a

File tree

9 files changed

+5
-7
lines changed

9 files changed

+5
-7
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/deps)
2323

2424

2525
set(DGtal_VERSION_MAJOR 1)
26-
set(DGtal_VERSION_MINOR 5)
27-
set(DGtal_VERSION_PATCH beta)
26+
set(DGtal_VERSION_MINOR 4)
27+
set(DGtal_VERSION_PATCH 2)
2828
set(DGTAL_VERSION "${DGtal_VERSION_MAJOR}.${DGtal_VERSION_MINOR}.${DGtal_VERSION_PATCH}")
2929
set(PROJECT_VERSION "${DGtal_VERSION_MAJOR}.${DGtal_VERSION_MINOR}.${DGtal_VERSION_PATCH}")
3030
set(VERSION ${DGtal_VERSION_MAJOR}.${DGtal_VERSION_MINOR}.${DGtal_VERSION_PATCH})

ChangeLog.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DGtal 1.4.2(beta)
1+
# DGtal 1.4.2
22

33
## New features
44

@@ -9,14 +9,12 @@
99

1010
- *General*
1111
- Upgrade of polyscope version in examples from 1.2.0 to 2.3.0 (David Coeurjolly, [#1743](https://github.com/DGtal-team/DGtal/pull/1743))
12-
13-
## Bug fixes
14-
15-
- *General*
1612
- Fixing cmake CGAL 6.0 breaking change. (David Coeurjolly, [#1745](https://github.com/DGtal-team/DGtal/pull/1745))
1713
- Adding a new `DGTAL_REMOVE_UNINSTALL` cmake option to disable the `uninstall` target. (David Coeurjolly, [#1746](https://github.com/DGtal-team/DGtal/pull/1746)
1814
- Using the `dcoeurjo/GeometryProcessing-cmake-recipes` openmp recipe to detect openmp (David Coeurjolly, [#1750](https://github.com/DGtal-team/DGtal/pull/1750))
1915

16+
## Bug fixes
17+
2018
- *Geometry*
2119
- Bug fix in ArithmeticalDSSComputerOnSurfels (Tristan Roussillon, [#1742](https://github.com/DGtal-team/DGtal/pull/1742))
2220

Loading
-21.6 KB
Loading
-30.9 KB
Loading
-32.2 KB
Loading
-39.7 KB
Loading
-32.8 KB
Loading
-33.6 KB
Loading

0 commit comments

Comments
 (0)