Update version number scheme documentation
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 13 Sep 2011 11:01:27 +0000 (13:01 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Tue, 13 Sep 2011 11:01:27 +0000 (13:01 +0200)
Readme.code

index 13bd069..80867f9 100644 (file)
@@ -44,12 +44,10 @@ which can be found in the following source:
 1.3. Versioning
 ---------------------------------------
 Version is built as follows:
-  major.minor[-[a|b|rc]]
+  major.minor
 where:
-- major represents big changes in application functionality.
-- minor means small changes or bug fixes.
-- a, b and rc stand for Alpha, Beta and Release Candidate respectively. Though
-  they are optional and not required in public release.
+- "major" represents big changes in application functionality.
+- "minor" means small changes or bug fixes.
 
 
 1.4. Error Handling