Documentation/4.1/Developers/Versioning

From Slicer Wiki
Jump to: navigation, search
Home < Documentation < 4.1 < Developers < Versioning

Documentation


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>

Extension package - Naming scheme