Skip to content

Commit 3d22739

Browse files
targosMayaLekova
authored andcommitted
src: update NODE_MODULE_VERSION to 61
Major V8 updates are usually API/ABI incompatible with previous versions. This commit adapts NODE_MODULE_VERSION for V8 6.4. Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md PR-URL: nodejs#17489 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
1 parent 588330f commit 3d22739

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
@@ -104,10 +104,11 @@
104104
* V8 6.1: 58
105105
* V8 6.2: 59
106106
* V8 6.3: 60
107+
* V8 6.4: 61
107108
*
108109
* More information can be found at https://nodejs.org/en/download/releases/
109110
*/
110-
#define NODE_MODULE_VERSION 60
111+
#define NODE_MODULE_VERSION 61
111112

112113
// the NAPI_VERSION provided by this version of the runtime
113114
#define NAPI_VERSION 2

0 commit comments

Comments
 (0)