Skip to content

Commit 8a1986f

Browse files
committed
src: update comment for NODE_MODULE_VERSION
PR-URL: #2096 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent a5745aa commit 8a1986f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
* an API is broken in the C++ side, including in v8 or
4141
* other dependencies.
4242
*/
43-
#define NODE_MODULE_VERSION 45 /* io.js v2.0.0 */
43+
#define NODE_MODULE_VERSION 45 /* io.js v3.0.0 */
4444

4545
#endif /* SRC_NODE_VERSION_H_ */

0 commit comments

Comments
 (0)