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

Commit

Permalink
Bump node module version to 100
Browse files Browse the repository at this point in the history
iojs has bumped this version to 42, we just bump this value to a much
higher value to leave some space for iojs.
  • Loading branch information
zcbenz committed Jan 13, 2015
1 parent 336de90 commit 83f1b41
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 @@ -64,6 +64,6 @@
* an API is broken in the C++ side, including in v8 or
* other dependencies.
*/
#define NODE_MODULE_VERSION 14 /* v0.12 */
#define NODE_MODULE_VERSION 100 /* atom-shell v0.21.0 */

#endif /* SRC_NODE_VERSION_H_ */

0 comments on commit 83f1b41

Please # to comment.