Skip to content

Commit

Permalink
ENH: Slicer 5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Apr 5, 2024
1 parent a952410 commit f10cd8c
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 @@ -84,7 +84,7 @@ if(NOT DEFINED Slicer_VERSION_MINOR)
set(Slicer_VERSION_MINOR "6")
endif()
if(NOT DEFINED Slicer_VERSION_PATCH)
set(Slicer_VERSION_PATCH "1")
set(Slicer_VERSION_PATCH "2")
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,
1,
2,
0,
)

Expand Down

0 comments on commit f10cd8c

Please sign in to comment.