From 42cc0dd32e9007be579bdd505e233570fe5ba30a Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Tue, 13 Sep 2011 13:01:27 +0200 Subject: [PATCH] Update version number scheme documentation --- Readme.code | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) 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 -- 1.7.1