diff options
Diffstat (limited to 'src/node_version.h')
| -rw-r--r-- | src/node_version.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/node_version.h b/src/node_version.h index c491e4602d..f629c697fd 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -2,10 +2,10 @@ #define SRC_NODE_VERSION_H_ #define NODE_MAJOR_VERSION 1 -#define NODE_MINOR_VERSION 7 -#define NODE_PATCH_VERSION 2 +#define NODE_MINOR_VERSION 8 +#define NODE_PATCH_VERSION 0 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) @@ -45,6 +45,6 @@ * an API is broken in the C++ side, including in v8 or * other dependencies. */ -#define NODE_MODULE_VERSION 43 /* io.js v1.1.0 */ +#define NODE_MODULE_VERSION 44 /* io.js v1.1.0 */ #endif /* SRC_NODE_VERSION_H_ */ |
