Difference between revisions of "Documentation/4.1/Developers/Versioning"
From Slicer Wiki
Line 11: | Line 11: | ||
= Slicer package - Naming scheme = | = Slicer package - Naming scheme = | ||
− | |||
* All packages will have the following root: | * All packages will have the following root: | ||
− | <pre>Slicer-<MAJOR_VERSION>.<MINOR_VERSION>.<BUILD_VERSION>-<VERSION_SOURCE_OR_RC>-<DATE>-<ARCH>-<PLATFORM><pre> | + | <pre>Slicer-<MAJOR_VERSION>.<MINOR_VERSION>.<BUILD_VERSION>-<VERSION_SOURCE_OR_RC>-<DATE>-<ARCH>-<PLATFORM></pre> |
* If CTKAppLauncher_VERSION_IS_RELEASE == 0: | * If CTKAppLauncher_VERSION_IS_RELEASE == 0: |
Revision as of 15:23, 5 December 2011
Home < Documentation < 4.1 < Developers < VersioningThis 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>-<VERSION_SOURCE_OR_RC>-<DATE>-<ARCH>-<PLATFORM>
- If CTKAppLauncher_VERSION_IS_RELEASE == 0:
VERSION_SOURCE_OR_RC := g<SHA1>[-dirty]
- else:
VERSION_SOURCE_OR_RC := [-rc{1|2|3...}]