Skip to content

Commit aae8f68

Browse files
committed
src: update NODE_MODULE_VERSION to 53
V8 5.6 is not API/ABI compatible with 5.5. This commit increments NODE_MODULE_VERSION by one. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md PR-URL: #10992 Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 7a77daf commit aae8f68

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 52 /* Node.js v8.0.0 */
55+
#define NODE_MODULE_VERSION 53 /* Node.js v8.0.0 */
5656

5757
#endif // SRC_NODE_VERSION_H_

0 commit comments

Comments
 (0)