summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-03-16 22:19:18 +0100
committerPaul Buetow <paul@buetow.org>2012-03-16 22:19:18 +0100
commit6f2f910966b2988c1b4d80fc5d40a58b801baa87 (patch)
tree69334f087c3b99cc7adea83fc14a4bb1249c3a79
parentc4453189ba5fc63b8c6ff3796d3f7b640b5d347d (diff)
introduced versioning shema for cosmetic only releases
-rw-r--r--README9
1 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index 2eacc74..d839d8d 100644
--- a/README
+++ b/README
@@ -17,11 +17,12 @@ the latter may not have full functionality).
For Linux at least a 2.6 Kernel is required.
-Versioning schema: a.b.c[.d], where
- d = Optional, bugfixes only release
- c = Minor release (new minor features or code refactoring)
- b = Major release (new major features)
+Versioning schema: a.b.c[.d][.e], where
a = Don't know yet. Maybe will stay forever 0.
+ b = Major release (new major features)
+ c = Minor release (new minor features or code refactoring)
+ d = Optional, bugfixes only release
+ e = Optional, cosmetic fixes only release
It's not a release if there is a -master suffix. It's a stable
version (master branch) then.