Skip to content

Commit

Permalink
ENH: Slicer 4.8.0
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.slicer.org/Slicer4/trunk@26489 3bd1e089-480b-0410-8dfb-8563597acbee
  • Loading branch information
jcfr committed Oct 18, 2017
1 parent d6c3a2c commit 944c364
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if(NOT DEFINED Slicer_VERSION_MAJOR)
set(Slicer_VERSION_MAJOR "4")
endif()
if(NOT DEFINED Slicer_VERSION_MINOR)
set(Slicer_VERSION_MINOR "7")
set(Slicer_VERSION_MINOR "8")
endif()
if(NOT DEFINED Slicer_VERSION_PATCH)
set(Slicer_VERSION_PATCH "0")
Expand Down
4 changes: 2 additions & 2 deletions Utilities/Scripts/SlicerWizard/__version__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
__version_info__ = (
4,
7,
8,
0,
"dev0"
0
)

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

0 comments on commit 944c364

Please sign in to comment.