Skip to content

Commit

Permalink
src: update comment for NODE_MODULE_VERSION
Browse files Browse the repository at this point in the history
PR-URL: #2096
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
rvagg committed Jul 3, 2015
1 parent a5745aa commit 8a1986f
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 v2.0.0 */
#define NODE_MODULE_VERSION 45 /* io.js v3.0.0 */

#endif /* SRC_NODE_VERSION_H_ */

0 comments on commit 8a1986f

Please sign in to comment.