summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorChris Dickinson <christopher.s.dickinson@gmail.com>2015-04-17 14:31:49 -0700
committerChris Dickinson <christopher.s.dickinson@gmail.com>2015-04-17 14:49:15 -0700
commitc0f841352d9f4e1161682d443a7a2b767a0062b3 (patch)
tree1e222e593899213d1f03af9e6489218b07c4a375 /src/node_version.h
parent1b22bad35fa461d59a1640fc429952181300aa35 (diff)
downloadandroid-node-v8-c0f841352d9f4e1161682d443a7a2b767a0062b3.tar.gz
android-node-v8-c0f841352d9f4e1161682d443a7a2b767a0062b3.tar.bz2
android-node-v8-c0f841352d9f4e1161682d443a7a2b767a0062b3.zip
2015-04-17 io.js v1.8.0 Release
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: the 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.h8
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_ */