Skip to content

Commit 9d34bd1

Browse files
committedAug 4, 2015
src: increment NODE_MODULE_VERSION to 45
PR-URL: #2096 Reviewed-By: Colin Ihrig <[email protected]>
1 parent 3aad4fa commit 9d34bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/node_version.h

+1-1
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 44 /* 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)
Please sign in to comment.