Skip to content

Commit f23b963

Browse files
src: revert NODE_MODULE_VERSION to 43
PR-URL: #1460 Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent 53ed89d commit f23b963

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
@@ -45,6 +45,6 @@
4545
* an API is broken in the C++ side, including in v8 or
4646
* other dependencies.
4747
*/
48-
#define NODE_MODULE_VERSION 44 /* io.js v1.1.0 */
48+
#define NODE_MODULE_VERSION 43 /* io.js v1.1.0 */
4949

5050
#endif /* SRC_NODE_VERSION_H_ */

0 commit comments

Comments
 (0)