Difference between revisions of "Slicer3:ChangingVersionsCheckList"
From Slicer Wiki
(Created page with 'When preparing a new release of Slicer3 * Create a new branch in the svn repository with the name Slicer-3-x * Tag the svn repository ** don't tag it when you branch it ** when …') |
|||
Line 4: | Line 4: | ||
* Tag the svn repository | * Tag the svn repository | ||
** don't tag it when you branch it | ** don't tag it when you branch it | ||
− | ** when making release candidates | + | ** tag when making release candidates |
* check out the new branch using | * check out the new branch using | ||
svn co http://svn.slicer.org/Slicer3/branches/Slicer-3-x Slicer3 | svn co http://svn.slicer.org/Slicer3/branches/Slicer-3-x Slicer3 | ||
* Update Slicer3/slicer_variables.tcl to reflect the svn branch | * Update Slicer3/slicer_variables.tcl to reflect the svn branch | ||
set ::Slicer3_TAG "http://svn.slicer.org/Slicer3/branches/Slicer-3-X" | set ::Slicer3_TAG "http://svn.slicer.org/Slicer3/branches/Slicer-3-X" | ||
− | * Update title bar | + | * Update title bar via the SetName command in |
+ | Base/GUI/vtkSlicerApplication.cxx | ||
* CPack packaging | * CPack packaging | ||
** installer file name | ** installer file name |
Revision as of 19:22, 10 May 2010
Home < Slicer3:ChangingVersionsCheckListWhen preparing a new release of Slicer3
- Create a new branch in the svn repository with the name Slicer-3-x
- Tag the svn repository
- don't tag it when you branch it
- tag when making release candidates
- check out the new branch using
svn co http://svn.slicer.org/Slicer3/branches/Slicer-3-x Slicer3
- Update Slicer3/slicer_variables.tcl to reflect the svn branch
set ::Slicer3_TAG "http://svn.slicer.org/Slicer3/branches/Slicer-3-X"
- Update title bar via the SetName command in
Base/GUI/vtkSlicerApplication.cxx
- CPack packaging
- installer file name
- installed program name on windows
- Logos
- Welcome module
- On the svn head
- update the title bar to the next odd number
- update CPack packaging
- installer file name
- installed program name on windows
- optionally update logos