Skip to content

Commit

Permalink
ENH: Slicer 4.6.0
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.slicer.org/Slicer4/trunk@25441 3bd1e089-480b-0410-8dfb-8563597acbee
  • Loading branch information
jcfr committed Oct 13, 2016
1 parent 41df9c1 commit a4f5de2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -33,7 +33,7 @@ if(NOT DEFINED Slicer_VERSION_MAJOR)
set(Slicer_VERSION_MAJOR "4")
endif()
if(NOT DEFINED Slicer_VERSION_MINOR)
set(Slicer_VERSION_MINOR "5")
set(Slicer_VERSION_MINOR "6")
endif()
if(NOT DEFINED Slicer_VERSION_PATCH)
set(Slicer_VERSION_PATCH "0")
Expand Down Expand Up @@ -461,7 +461,7 @@ message(STATUS "Configuring ${Slicer_MAIN_PROJECT_APPLICATION_NAME} text of disc
# Slicer version number.
#-----------------------------------------------------------------------------
# Releases define a tweak level
#set(Slicer_VERSION_TWEAK 1)
set(Slicer_VERSION_TWEAK 0)
#set(Slicer_VERSION_RC 0)
include(SlicerVersion)

Expand Down
4 changes: 2 additions & 2 deletions Utilities/Scripts/SlicerWizard/__version__.py
@@ -1,8 +1,8 @@
__version_info__ = (
4,
5,
6,
0,
"dev0"
0
)

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

0 comments on commit a4f5de2

Please sign in to comment.