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
Chris Dickinson 2015-04-17 21:27:15 -07:00
parent 53ed89d927
commit f23b96352b
1 changed files with 1 additions and 1 deletions

View File

@ -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_ */