diff --git a/CMakeLists.txt b/CMakeLists.txt index e6f97fdd..dfd2e1bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,10 +8,10 @@ project(DIPlib) # The version number and latest copyright year. Update these values here, they're used all throughout the project. set(PROJECT_VERSION_MAJOR "3") -set(PROJECT_VERSION_MINOR "1") +set(PROJECT_VERSION_MINOR "2") set(PROJECT_VERSION_PATCH "0") set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}") -set(DIP_COPYRIGHT_YEAR "2021") +set(DIP_COPYRIGHT_YEAR "2022") # Debug or Release? if(NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE) diff --git a/README.md b/README.md index 5bec73d7..b78bf262 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ If you found an error in the documentation, we consider this a bug. See above ho ## License -Copyright 2014-2021 Cris Luengo and contributors +Copyright 2014-2022 Cris Luengo and contributors Copyright 1995-2014 Delft University of Technology Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/changelogs/diplib_3.2.0.md b/changelogs/diplib_3.2.0.md index 423b4b85..d3b255cf 100644 --- a/changelogs/diplib_3.2.0.md +++ b/changelogs/diplib_3.2.0.md @@ -179,9 +179,9 @@ title: "Changes DIPlib 3.2.0" - Made window linking easier in Python. -- Added dip.Image.ShowSlice() as an alias for dip.viewer.Show() +- Added `dip.Image.ShowSlice()` as an alias for `dip.viewer.Show()`. -- Better integration into the Python/IPython REPL (use %gui dip in IPython) +- Better integration into the Python/IPython REPL (use `%gui dip` in IPython) ### Changed functionality @@ -194,6 +194,8 @@ title: "Changes DIPlib 3.2.0" - Fixed range calculation for images with infinities. + + ## Changes to *DIPjavaio* ### New functionality