diff options
author | Chris Dickinson <christopher.s.dickinson@gmail.com> | 2015-04-17 21:27:15 -0700 |
---|---|---|
committer | Chris Dickinson <christopher.s.dickinson@gmail.com> | 2015-04-20 15:59:51 -0700 |
commit | f23b96352b24e48e8200161ec1b7e4095f672ab6 (patch) | |
tree | d5e6203c989f5ee14d9762869f54e60f77858516 | |
parent | 53ed89d927ff884a03b260201a4435896712562a (diff) | |
download | node-new-f23b96352b24e48e8200161ec1b7e4095f672ab6.tar.gz |
src: revert NODE_MODULE_VERSION to 43
PR-URL: https://github.com/iojs/io.js/pull/1460
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
-rw-r--r-- | src/node_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h index 1a717412d9..9798a7937a 100644 --- a/src/node_version.h +++ b/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_ */ |