Skip to content

Commit d3aa9ee

Browse files
targosgibfahn
authored andcommitted
src: update NODE_MODULE_VERSION to 59
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
1 parent bede7a3 commit d3aa9ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/node_version.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,10 @@
102102
* V8 5.9: 56
103103
* V8 6.0: 57
104104
* V8 6.1: 58
105+
* V8 6.2: 59
105106
*
106107
* More information can be found at https://nodejs.org/en/download/releases/
107108
*/
108-
#define NODE_MODULE_VERSION 57
109+
#define NODE_MODULE_VERSION 59
109110

110111
#endif // SRC_NODE_VERSION_H_

0 commit comments

Comments
 (0)