Changes To Versioning Information
            1  +<ol type="1">
            2  +  <li>The version number for a KitCreator release is in the following format:
            3  +    <ol type="a">
            4  +      <li><i>Major</i>.<i>Minor</i>.<i>Revision</i></li> 
            5  +    </ol>
            6  +  </li> 
            7  +  <li>The components are incremented based on various criteria:
            8  +    <ol type="a">
            9  +      <li><i>Major</i>: When the interface changes in an incompatible way possibly with no way to revert to the previous behavior</li>
           10  +      <li><i>Minor</i>: When the basic functionality is altered or any interfaces changes are mode (all interface changes that are incompatible will support the previous behavior); Substantial new features</li>
           11  +      <li><i>Revision</i>: Bug fixes to existing features, new minor features that do not alter the usage of the built Tclkit</li> 
           12  +    </ol>
           13  +  </li>
           14  +</ol>