Become one.  matrix-RAD

Rapid Application Development for the masses.

censored   distributed   easy   extendable   fast   informative   intelligent   lean   maintainable   open (source)   portable   pretty   rfc'ed   robust   secure   transparent   version numbers   virtual  

Navigation links


version number system

The version numbering system used by matrix-RAD is different from systems used for other software. Strangely enough, this is to avoid confusion. The format used for the matrix-RAD version numbering system is -

N.N name YYYY-MM-DD hh:mm:ss

This is split into three parts, the version number (N.N), the version name (name) and the version timestamp (YYYY-MM-DD hh:mm:ss).


version number

Unlike most other version numbering systems we use a floating point number, rather than something that only looks like one. That way novice users can compare version numbers without getting confused. These version numbers WILL be compared as floating point numbers internally to determine which is the most up to date version.


version name

The version name can be left out, it is calculated from the table below. Version naming follows the version numbering as follows -

0.0unwrittenJust a stub, no code at all, or completely non-existant.
0.1prototypeStuff that has only been prototyped, or partly written. There is some code, and it may even work, but it is not even close to the finished product.
x.3writtenStuff that has already been written. It may not be perfect, but it is considered an aproximation of the finished product.
x.5alphaVersion being tested by official alpha testers.
x.9betaVersion passed alpha testing, but not ready for final release.
1.0finalVersion ready for final release, fully tested.
3.0poetryNear perfection has been acheived.
5.0nirvanaPerfection has been acheived.
9.0bibleThis is the Whord of Ghod.


version timestamp

The timestamp is also provided, so that there is no doubt. This is the date and time that the current version was started, in other words, when the version number increases, this is set to the current date and time.


This file was last modified on Monday, 22-Nov-2004 11:34:20 EST