Browse Source

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: https://github.com/nodejs/node/pull/14730
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
canary-base
Michaël Zasso 8 years ago
committed by Anna Henningsen
parent
commit
ddc16e505b
No known key found for this signature in database GPG Key ID: 9C63F3A6CD2AD8F9
  1. 2
      src/node_version.h

2
src/node_version.h

@ -77,6 +77,6 @@
* an API is broken in the C++ side, including in v8 or
* other dependencies.
*/
#define NODE_MODULE_VERSION 57 /* Node.js v8.0.0 */
#define NODE_MODULE_VERSION 58 /* Node.js v8.0.0 */
#endif // SRC_NODE_VERSION_H_

Loading…
Cancel
Save