Skip to content

Commit

Permalink
ENH: Slicer 5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Dec 12, 2023
1 parent 91f67c5 commit 117ce5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if(NOT DEFINED Slicer_VERSION_MINOR)
set(Slicer_VERSION_MINOR "6")
endif()
if(NOT DEFINED Slicer_VERSION_PATCH)
set(Slicer_VERSION_PATCH "0")
set(Slicer_VERSION_PATCH "1")
endif()
project(Slicer VERSION "${Slicer_VERSION_MAJOR}.${Slicer_VERSION_MINOR}.${Slicer_VERSION_PATCH}")

Expand Down
2 changes: 1 addition & 1 deletion Utilities/Scripts/SlicerWizard/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__version_info__ = (
5,
6,
0,
1,
0,
)

Expand Down

0 comments on commit 117ce5f

Please sign in to comment.