version

Versioning specification based on semver 2.0
git clone https://noulin.net/git/version.git
Log | Files | Refs | README | LICENSE

commit 4a9da779b2be5d3670f3a8a527b95cbe49341cfa
parent 0f50fadd0f3835bb003d540bc5baa2306e1208c6
Author: Remy Noulin <loader2x@gmail.com>
Date:   Thu, 21 Mar 2019 15:28:47 -0400

clean README

README.md | 4 ----
1 file changed, 4 deletions(-)

Diffstat:
MREADME.md | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -157,12 +157,8 @@ Any of X, x or * may be used to "stand in" for any component. - 1.*- := >=1.0.0 <2.0.0 (Matching major version and prereleases) - 1.X+ := >=1.0.0+ <2.0.0 (Matching major version and build version) -//A partial version range is treated as an X-Range, so the special character is in fact optional. -// >>> no, eq is without any x,X or * - "" (empty string) := * := >=0.0.0 -//- 1 := 1.x.x := >=1.0.0 <2.0.0 -//- 1.2 := 1.2.x := >=1.2.0 <1.3.0 ## Tilde Ranges ~1.1.2.3 ~1.2.3 ~1.2 ~1