mirror of https://github.com/nodejs/node.git
src: revert NODE_MODULE_VERSION to 43
PR-URL: https://github.com/iojs/io.js/pull/1460 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>pull/1482/head
parent
53ed89d927
commit
f23b96352b
|
@ -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_ */
|
||||
|
|
Loading…
Reference in New Issue