From: Thomas Jarosch Date: Tue, 13 Sep 2011 11:01:27 +0000 (+0200) Subject: Update version number scheme documentation X-Git-Tag: v1.3~11^2~34^2~19 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=42cc0dd32e9007be579bdd505e233570fe5ba30a;p=pingcheck Update version number scheme documentation --- diff --git a/Readme.code b/Readme.code index 13bd069..80867f9 100644 --- a/Readme.code +++ b/Readme.code @@ -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