Browse Source

src: revert NODE_MODULE_VERSION to 43

PR-URL: https://github.com/iojs/io.js/pull/1460
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
v1.x
Chris Dickinson 10 years ago
parent
commit
f23b96352b
  1. 2
      src/node_version.h

2
src/node_version.h

@ -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…
Cancel
Save