Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2015-09-07 14:04:12 +0300
committerRod Vagg <rod@vagg.org>2015-09-07 14:04:12 +0300
commit6efb69711dfda38ab068f249ebb92698e55f7cd1 (patch)
tree98798ccd9eaf0cf658b8329816bfbbca100387c4
parent5dc00448e049d2c78dc154717f597ab0e4017b2a (diff)
Update NODE_MODULE_VERSION to 46 for V8 API breaksv4.0.0-rc.2
-rw-r--r--src/node_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h
index e4717974678..0b41d394e87 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -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 /* Node.js v4.0.0 */
#endif /* SRC_NODE_VERSION_H_ */