Skip to content
karolherbst edited this page Nov 21, 2012 · 4 revisions

The versioning schem for Desurium is as follows:

X.Y.Z{_rcN}{-devel}

X: release number

Y: subrelease number

Z: bugfix release number

_rcN: flag for a RC version, where N is the number of the RC.

-devel: flag to mark a non release version (normally builds directly from a specific non tag git commit)

optional parts are marked in {}.

a X.Y.Z-devel will mark a version from a not yet branched tree (actual the master branch in git), so X.Y.0_rcN-devel will mark a branched tree (for example the 0.8 branch).

subreleases will not have RCs, so there will be never something like X.Y.0_rcN{-devel}.