diff --git a/CMakeLists.txt b/CMakeLists.txt index 5112c97e20..a9078000d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ include(f3dVersion) # Handle F3D_VERSION set(F3D_MAJOR_VERSION 2) set(F3D_MINOR_VERSION 5) -set(F3D_PATCH_VERSION 0) +set(F3D_PATCH_VERSION 1) set(F3D_VERSION ${F3D_MAJOR_VERSION}.${F3D_MINOR_VERSION}.${F3D_PATCH_VERSION}) set(F3D_PATCH_VERSION_EXTRA "") diff --git a/library/doxygen/conf.py b/library/doxygen/conf.py index b6673054ca..19144875a6 100644 --- a/library/doxygen/conf.py +++ b/library/doxygen/conf.py @@ -22,7 +22,7 @@ author = 'Michael Migliore and Mathieu Westphal' # The full version, including alpha/beta/rc tags -release = '2.5.0' +release = '2.5.1' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 6a6a9fc2df..d1e2a78b60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ wheel.packages = [] version_file = "_version.py" version_scheme = "no-guess-dev" local_scheme = "no-local-version" -fallback_version = "2.5.0" +fallback_version = "2.5.1" [tool.scikit-build.cmake.define] CMAKE_OSX_DEPLOYMENT_TARGET = "10.15" diff --git a/vtkext/public/doxygen/conf.py b/vtkext/public/doxygen/conf.py index e2fccecddc..50ca1096d4 100644 --- a/vtkext/public/doxygen/conf.py +++ b/vtkext/public/doxygen/conf.py @@ -22,7 +22,7 @@ author = 'Michael Migliore and Mathieu Westphal' # The full version, including alpha/beta/rc tags -release = '2.5.0' +release = '2.5.1' # -- General configuration ---------------------------------------------------