summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorChris Dickinson <christopher.s.dickinson@gmail.com>2015-04-17 21:33:30 -0700
committerChris Dickinson <christopher.s.dickinson@gmail.com>2015-04-20 16:00:30 -0700
commit7b7da2edf79a95aa9ab2b7ff6dc74557d4cd0d64 (patch)
tree4b975d0ed78e3bf5a52980162a32770ebfbaa0da /src/node_version.h
parentf23b96352b24e48e8200161ec1b7e4095f672ab6 (diff)
downloadandroid-node-v8-7b7da2edf79a95aa9ab2b7ff6dc74557d4cd0d64.tar.gz
android-node-v8-7b7da2edf79a95aa9ab2b7ff6dc74557d4cd0d64.tar.bz2
android-node-v8-7b7da2edf79a95aa9ab2b7ff6dc74557d4cd0d64.zip
2015-04-20 io.js v1.8.1 Release
Notable Changes: * build: revert vcbuild.bat changes * changes inherited from v1.8.0: * build: Support for building io.js as a static library (Marat Abdullin) #1341 * npm: Upgrade npm to 2.8.3. (Forrest L Norvell) #1448 * deps: upgrade openssl to 1.0.2a (Shigeki Ohtsu) #1389 * 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h
index 9798a7937a..ad48f98a36 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -5,7 +5,7 @@
#define NODE_MINOR_VERSION 8
#define NODE_PATCH_VERSION 1
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)