Skip to content

Commit

Permalink
src: revert NODE_MODULE_VERSION to 43
Browse files Browse the repository at this point in the history
PR-URL: #1460
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
  • Loading branch information
chrisdickinson committed Apr 20, 2015
1 parent 53ed89d commit f23b963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_version.h
Expand Up @@ -45,6 +45,6 @@
* an API is broken in the C++ side, including in v8 or
* other dependencies.
*/
#define NODE_MODULE_VERSION 44 /* io.js v1.1.0 */
#define NODE_MODULE_VERSION 43 /* io.js v1.1.0 */

#endif /* SRC_NODE_VERSION_H_ */

0 comments on commit f23b963

Please sign in to comment.