Skip to content

Commit a7c5fe9

Browse files
committed
src: update NODE_MODULE_VERSION to 60
Major V8 updates are usually API/ABI incompatible with previous versions. This commit adapts NODE_MODULE_VERSION for V8 6.3. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md PR-URL: #16271 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Myles Borins <myles.borins@gmail.com>
1 parent 6e7028e commit a7c5fe9

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
@@ -103,9 +103,10 @@
103103
* V8 6.0: 57
104104
* V8 6.1: 58
105105
* V8 6.2: 59
106+
* V8 6.3: 60
106107
*
107108
* More information can be found at https://nodejs.org/en/download/releases/
108109
*/
109-
#define NODE_MODULE_VERSION 59
110+
#define NODE_MODULE_VERSION 60
110111

111112
#endif // SRC_NODE_VERSION_H_

0 commit comments

Comments
 (0)