diff options
author | Franziska Hinkelmann <franzih@chromium.org> | 2017-03-10 11:22:27 +0100 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2017-04-18 20:02:07 -0400 |
commit | 82d2f13680e6cb00c7cf24ff955c77c26185db54 (patch) | |
tree | dd76bdde2e8543b06afdaa5ce9497a0539755b12 /doc/guides | |
parent | be537d0062732c7f953ad7d979b0358b1b2e6d5f (diff) | |
download | node-new-82d2f13680e6cb00c7cf24ff955c77c26185db54.tar.gz |
doc: update to current V8 versions
Update the documentation to the correct V8 versions
in the guide *Maintaining V8 in Node.js*.
PR-URL: https://github.com/nodejs/node/pull/11787
Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/guides')
-rw-r--r-- | doc/guides/maintaining-V8.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/guides/maintaining-V8.md b/doc/guides/maintaining-V8.md index 4bfed3790f..e57b73bcf9 100644 --- a/doc/guides/maintaining-V8.md +++ b/doc/guides/maintaining-V8.md @@ -93,11 +93,11 @@ includes the following branches<sup>1</sup>: </td> <td>2017-04-01 </td> - <td>5.4 + <td>5.5 </td> - <td>2016-10-18 + <td>2016-12-06 </td> - <td>~2016-12-01 + <td>2017-01-24 </td> </tr> <tr> @@ -107,11 +107,11 @@ includes the following branches<sup>1</sup>: </td> <td>N/A </td> - <td>5.4 + <td>5.6 </td> - <td>2016-10-18 + <td>2017-01-31 </td> - <td>~2016-12-01 + <td>2017-03-07 </td> </tr> </table> |