Documentation/4.1/Developers/Versioning
From Slicer Wiki
Revision as of 15:16, 5 December 2011 by JChris.FillionR (talk | contribs) (→Slicer package - Naming scheme)
Home < Documentation < 4.1 < Developers < Versioning
This page describe the Slicer versioning scheme |
Page under construction. |
Slicer package - Naming scheme
- All packages will have the following root:
Slicer-<MAJOR_VERSION>.<MINOR_VERSION>.<BUILD_VERSION><pre> * If CTKAppLauncher_VERSION_IS_RELEASE == 0: Retrieve repository revision. <pre>g<SHA1>[-dirty]
- else:
[-rc{1|2|3...}]
- All packages will have the following suffix:
-<DATE>-<ARCH>-<PLATFORM>