Skip to content

Commit

Permalink
src: update NODE_MODULE_VERSION to 59
Browse files Browse the repository at this point in the history
Major V8 updates are usually API/ABI incompatible with previous
versions. This commit adapts NODE_MODULE_VERSION for V8 6.2.

Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md
PR-URL: #16413
  • Loading branch information
targos authored and gibfahn committed Feb 18, 2018
1 parent bede7a3 commit d3aa9ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,10 @@
* V8 5.9: 56
* V8 6.0: 57
* V8 6.1: 58
* V8 6.2: 59
*
* More information can be found at https://nodejs.org/en/download/releases/
*/
#define NODE_MODULE_VERSION 57
#define NODE_MODULE_VERSION 59

#endif // SRC_NODE_VERSION_H_

0 comments on commit d3aa9ee

Please sign in to comment.