|
@@ -17,11 +17,13 @@ release are given even MINOR and POINT numbers. Odd numbers are reserved for
|
|
|
builds for testing purposes only.
|
|
|
|
|
|
In addition to the version number there is a MATURITY string that may be found
|
|
|
-in the version string. The maturities in use are:
|
|
|
+in the version string. The maturities in use include:
|
|
|
|
|
|
<none> - a stable build
|
|
|
closedown - gathering bugfixes for a new POINT release
|
|
|
rc - a release candidate.
|
|
|
+beta - a beta release
|
|
|
+betarc - a release candidate for a beta release
|
|
|
trunk - a system built from the master branch (the 'bleeding edge')
|
|
|
*_debug - Any of the above suffixed by _debug if built with debug enabled
|
|
|
|