Skip to content

Commit 4a4775e

Browse files
committed
src: increment NODE_MODULE_VERSION to 45
PR-URL: #2096 Reviewed-By: Colin Ihrig <[email protected]>
1 parent d067cdb commit 4a4775e

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)