Skip to content

Commit 205a4d2

Browse files
committed
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: #15362 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
1 parent 3d1b3df commit 205a4d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/node_version.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,10 @@
9999
* V8 5.9: 56
100100
* V8 6.0: 57
101101
* V8 6.1: 58
102+
* V8 6.2: 59
102103
*
103104
* More information can be found at https://nodejs.org/en/download/releases/
104105
*/
105-
#define NODE_MODULE_VERSION 58
106+
#define NODE_MODULE_VERSION 59
106107

107108
#endif // SRC_NODE_VERSION_H_

0 commit comments

Comments
 (0)