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