Skip to content

Commit

Permalink
src: increment NODE_MODULE_VERSION to 46
Browse files Browse the repository at this point in the history
V8 4.5 API changes that warrant this:
* Remove deprecated v8::Object::TurnOnAccessCheck API
* Remove obsolete options in ScriptCompiler::CompileOptions
* Remove v8::Private
Full details at https://docs.google.com/document/d/1g8JFi8T_oAE_7uAri7Njtig7fKaPDfotU6huOa1alds/edit?hl=en&forcehl=1

PR-URL: #2678
Reviewed-By: targos - Michaël Zasso <[email protected]>
  • Loading branch information
ofrobots committed Sep 3, 2015
1 parent 4cd942a commit b3d79b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
* an API is broken in the C++ side, including in v8 or
* other dependencies.
*/
#define NODE_MODULE_VERSION 45 /* io.js v3.0.0 */
#define NODE_MODULE_VERSION 46 /* v4.0.0 */

#endif /* SRC_NODE_VERSION_H_ */

0 comments on commit b3d79b9

Please sign in to comment.