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