Skip to content

Commit

Permalink
src: increment NODE_MODULE_VERSION to 45
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jul 2, 2015
1 parent bf7df17 commit a5745aa
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 44 /* io.js v2.0.0 */
#define NODE_MODULE_VERSION 45 /* io.js v2.0.0 */

This comment has been minimized.

Copy link
@mgol

mgol Jul 2, 2015

Contributor

Shouldn't it say /* io.js v3.0.0 */?

This comment has been minimized.

Copy link
@rvagg

rvagg Jul 2, 2015

Author Member

aw crud, it did in an earlier version of this, thanks @mzgol


#endif /* SRC_NODE_VERSION_H_ */

0 comments on commit a5745aa

Please sign in to comment.