Skip to content

Commit

Permalink
ENH: Slicer 4.5.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Nov 12, 2015
1 parent 6c788c4 commit 130dbc8
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 @@ -471,7 +471,7 @@ if(NOT DEFINED Slicer_VERSION_PATCH)
set(Slicer_VERSION_PATCH "0")
endif()
# Releases define a tweak level
#set(Slicer_VERSION_TWEAK 0)
set(Slicer_VERSION_TWEAK 1)
#set(Slicer_VERSION_RC 0)

SlicerMacroExtractRepositoryInfo(VAR_PREFIX Slicer) # Used to configure vtkSlicerVersionConfigure.h.in
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Scripts/SlicerWizard/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
4,
5,
0,
"dev0"
1
)

__version__ = ".".join(map(str, __version_info__))

0 comments on commit 130dbc8

Please sign in to comment.