| |
|
Except for major versions, version numbers have three parts, in the form
x.y.z
- The first part will increment when there is some major change in the
functionality of the script.
- The second part will increment when I make small changes to the functionality
of the script.
- The third part will increment when I make improvements to the way
the script is coded which do not affect its functionality but hopefully
make it more elegant, and possibly faster in its execution.
|
|
|