Skip to content

Commit

Permalink
ENH: Slicer 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Jul 8, 2022
1 parent 1989901 commit 7ea0f43
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 @@ -46,7 +46,7 @@ if(NOT DEFINED Slicer_VERSION_MINOR)
set(Slicer_VERSION_MINOR "0")
endif()
if(NOT DEFINED Slicer_VERSION_PATCH)
set(Slicer_VERSION_PATCH "2")
set(Slicer_VERSION_PATCH "3")
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,
0,
2,
3,
0
)

Expand Down

0 comments on commit 7ea0f43

Please sign in to comment.