From 32ca3576ebc67a6f13b8d0a19e055fa94ae8b6c0 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Tue, 7 May 2013 00:06:46 +0200 Subject: [PATCH] updated as suggested --- semver.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/semver.md b/semver.md index c897ef5..ae04a7c 100644 --- a/semver.md +++ b/semver.md @@ -79,10 +79,9 @@ version is incremented. dot separated identifiers immediately following the patch version. Identifiers MUST comprise only ASCII alphanumerics and hyphen [0-9A-Za-z-]. Pre-release versions satisfy but have a lower precedence than the associated normal -version. Any version containing a pre-release tag is considered a development -version and to be in an unstable state. It is not guaranteed to follow the -compatibility rules as denoted by its major, minor and patch levels. It merely -assumes this level of compatibility. Examples: 1.0.0-alpha, 1.0.0-alpha.1, +version. A pre-release version indicates that the version is unstable and +might not satisfy the intended compatibility requirements as denoted by its +associated normal version. Examples: 1.0.0-alpha, 1.0.0-alpha.1, 1.0.0-0.3.7, 1.0.0-x.7.z.92. 1. Build metadata MAY be denoted by appending a plus sign and a series of dot