Browse Source

src: increment NODE_MODULE_VERSION to 45

PR-URL: https://github.com/nodejs/io.js/pull/2096
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
v4.0.0-rc
Rod Vagg 10 years ago
parent
commit
9d34bd1147
  1. 2
      src/node_version.h

2
src/node_version.h

@ -40,6 +40,6 @@
* an API is broken in the C++ side, including in v8 or
* other dependencies.
*/
#define NODE_MODULE_VERSION 44 /* io.js v2.0.0 */
#define NODE_MODULE_VERSION 45 /* io.js v3.0.0 */
#endif /* SRC_NODE_VERSION_H_ */

Loading…
Cancel
Save