Skip to content

Commit ddc16e5

Browse files
targosaddaleax
authored andcommitted
src: update NODE_MODULE_VERSION to 58
Major V8 updates are usually API/ABI incompatible with previous versions. This commit adapts NODE_MODULE_VERSION for V8 6.1. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md PR-URL: #14730 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
1 parent d82e107 commit ddc16e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@
7777
* an API is broken in the C++ side, including in v8 or
7878
* other dependencies.
7979
*/
80-
#define NODE_MODULE_VERSION 57 /* Node.js v8.0.0 */
80+
#define NODE_MODULE_VERSION 58 /* Node.js v8.0.0 */
8181

8282
#endif // SRC_NODE_VERSION_H_

0 commit comments

Comments
 (0)