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>-<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...}]

Extension package - Naming scheme