CrVersion

CrVersion


CrVersion is a representation of a version of a project which extends the XFree86 version scheme.

Public:

Types:

NameDescription
 CrVersionSpecificity specificity level  

Properties:

NameDescription
 Major (get) value of first level of specificity  
 Major (let) value of first level of specificity  
 Minor (get) value of second level of specificity  
 Minor (let) value of second level of specificity  
 Patch (get) value of third level of specificity  
 Patch (let) value of third level of specificity  
 Snapshot (get) value of fourth level of specificity  
 Snapshot (let) value of fourth level of specificity  
 Specificity (get) level of specificity  
 Specificity (let) level of specificity  

Methods:

NameDescription
 Initialize clear and set to the given value  
 Render render as a string of the form M[.m[.p[.s]]]