Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sam Horvath
Slicer
Commits
a4f5de2a
Commit
a4f5de2a
authored
Oct 13, 2016
by
jcfr
Browse files
ENH: Slicer 4.6.0
git-svn-id:
http://svn.slicer.org/Slicer4/trunk@25441
3bd1e089-480b-0410-8dfb-8563597acbee
parent
41df9c1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a4f5de2a
...
...
@@ -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"
)
...
...
@@ -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
)
...
...
Utilities/Scripts/SlicerWizard/__version__.py
View file @
a4f5de2a
__version_info__
=
(
4
,
5
,
6
,
0
,
"dev0"
0
)
__version__
=
"."
.
join
(
map
(
str
,
__version_info__
))
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment