Skip to content

Commit

Permalink
Update version number to 2.5.1 (#1773)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal authored Dec 9, 2024
1 parent 72793a0 commit 1d841fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 "")
Expand Down
2 changes: 1 addition & 1 deletion library/doxygen/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion vtkext/public/doxygen/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down

0 comments on commit 1d841fb

Please sign in to comment.