Skip to content

Commit dd073ac

Browse files
committed
README update
1 parent 283dd52 commit dd073ac

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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
126126
like `11.3.0`; to this string the xPack distribution adds a four number,
127-
as the SiFive version,
128127
but since semver allows only three numbers, all additional ones can
129128
be 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`.
131130
When 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

134133
Since adherence of third party packages to semver is not guaranteed,
135134
it is recommended to use semver expressions like `^11.3.0` and `~11.3.0`

0 commit comments

Comments
 (0)