Skip to content

Commit

Permalink
Fix link to Chromium glossary (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
backes authored and mathiasbynens committed Oct 31, 2019
1 parent 50e42c5 commit 0227466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/version-numbers.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: 'This document explains V8’s version numbering scheme.'
V8 version numbers are of the form `x.y.z.w`, where:

- `x.y` is the Chromium milestone divided by 10 (e.g. M60 → `6.0`)
- `z` is automatically bumped whenever there’s a new [LKGR](https://www.chromium.org/glossary#TOC-Acronyms) (typically a few times per day)
- `z` is automatically bumped whenever there’s a new [LKGR](https://chromium.googlesource.com/chromiumos/docs/+/master/glossary.md#acronyms) (typically a few times per day)
- `w` is bumped for manually backmerged patches after a branch point

If `w` is `0`, it’s omitted from the version number. E.g. v5.9.211 (instead of “v5.9.211.0”) gets bumped up to v5.9.211.1 after backmerging a patch.
Expand Down

0 comments on commit 0227466

Please sign in to comment.