Difference between revisions of "Documentation/4.1/Developers/Versioning"

From Slicer Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
{{ambox|text=This page describe the Slicer versioning scheme}}
 
{{ambox|text=This page describe the Slicer versioning scheme}}
 +
 +
 +
{{ambox
 +
| type  = protection
 +
| image = [[File:InProgress.png|40px|alt=Work in progress]]
 +
| text  = Page under construction.
 +
}}
 +
 +
= Slicer package - Naming scheme =
 +
 +
<pre>Slicer-&lt;MAJOR_VERSION&gt;.&lt;MINOR_VERSION&gt;.&lt;PATCH_VERSION&gt;-&lt;DATE&gt;-&lt;ARCH&gt;-&lt;PLATFORM&gt;</pre>
 +
 +
 +
= Extension package - Naming scheme =

Revision as of 14:24, 5 December 2011

Home < Documentation < 4.1 < Developers < Versioning

Documentation


Slicer package - Naming scheme

Slicer-<MAJOR_VERSION>.<MINOR_VERSION>.<PATCH_VERSION>-<DATE>-<ARCH>-<PLATFORM>


Extension package - Naming scheme