diff options
| author | Chris Dickinson <christopher.s.dickinson@gmail.com> | 2015-04-17 14:31:49 -0700 |
|---|---|---|
| committer | Chris Dickinson <christopher.s.dickinson@gmail.com> | 2015-04-17 14:42:27 -0700 |
| commit | 9df720d45f3431877cc12a400aa66b7320e4f4ab (patch) | |
| tree | 25346260f30fd2e9ea10021195a990580bf2dab7 /src/node_version.h | |
| parent | 1b22bad35fa461d59a1640fc429952181300aa35 (diff) | |
| download | node-new-v1.8.0-commit.tar.gz | |
2015-04-17 io.js v1.8.0 Releasev1.8.0-commit
Notable Changes:
* build: Support for building io.js as a static library (Marat Abdullin) #1341
* deps: upgrade openssl to 1.0.2a (Shigeki Ohtsu) #1389
* npm: Upgrade npm to 2.8.3. (Forrest L Norvell) #1448
* src: allow multiple arguments to be passed to process.nextTick (Trevor Norris) #1077
* module: interaction of require('.') with NODE_PATH has been restored and deprecated.
This functionality will be removed at a later point. (Roman Reiss) #1363
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_ */ |
