Skip to content

Commit 91ab09f

Browse files
committed
src: update NODE_MODULE_VERSION to 52
V8 5.5 is not API/ABI compatible with 5.4. This commit increments NODE_MODULE_VERSION by one. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md PR-URL: #9618 Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 2739185 commit 91ab09f

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
@@ -52,6 +52,6 @@
5252
* an API is broken in the C++ side, including in v8 or
5353
* other dependencies.
5454
*/
55-
#define NODE_MODULE_VERSION 51 /* Node.js v7.0.0 */
55+
#define NODE_MODULE_VERSION 52 /* Node.js v8.0.0 */
5656

5757
#endif // SRC_NODE_VERSION_H_

0 commit comments

Comments
 (0)