Changes To Versioning Information

Initial version of "Versioning Information"















1
2
3
4
5
6
7
8
9
10
11
12
13
14
+
+
+
+
+
+
+
+
+
+
+
+
+
+
<ol type="1">
  <li>The version number for a KitCreator release is in the following format:
    <ol type="a">
      <li><i>Major</i>.<i>Minor</i>.<i>Revision</i></li> 
    </ol>
  </li> 
  <li>The components are incremented based on various criteria:
    <ol type="a">
      <li><i>Major</i>: When the interface changes in an incompatible way possibly with no way to revert to the previous behavior</li>
      <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>
      <li><i>Revision</i>: Bug fixes to existing features, new minor features that do not alter the usage of the built Tclkit</li> 
    </ol>
  </li>
</ol>