Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 83f1b41

Browse files
committed
Bump node module version to 100
iojs has bumped this version to 42, we just bump this value to a much higher value to leave some space for iojs.
1 parent 336de90 commit 83f1b41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
* an API is broken in the C++ side, including in v8 or
6565
* other dependencies.
6666
*/
67-
#define NODE_MODULE_VERSION 14 /* v0.12 */
67+
#define NODE_MODULE_VERSION 100 /* atom-shell v0.21.0 */
6868

6969
#endif /* SRC_NODE_VERSION_H_ */

0 commit comments

Comments
 (0)