File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -122,14 +122,13 @@ For more details please read the
122122
123123### Versioning
124124
125- The version strings used by the GCC project are three number string
125+ The version strings used by the GCC project are three number strings
126126like ` 11.3.0 ` ; to this string the xPack distribution adds a four number,
127- as the SiFive version,
128127but since semver allows only three numbers, all additional ones can
129128be added only as pre-release strings, separated by a dash,
130- like ` 11.3.0-1 ` . The fifth number is the xPack release.
129+ like ` 11.3.0-1 ` .
131130When published as a npm package, the version gets
132- a sixth number, like ` 11.3.0-1.1 ` .
131+ a fifth number, like ` 11.3.0-1.1 ` .
133132
134133Since adherence of third party packages to semver is not guaranteed,
135134it is recommended to use semver expressions like ` ^11.3.0 ` and ` ~11.3.0 `
You can’t perform that action at this time.
0 commit comments