Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2017-06-14 01:17:02 +0300
committerJames M Snell <jasnell@gmail.com>2017-06-14 01:17:02 +0300
commita1b27dbfb4689409d0d4223d32d9ddac2681fc7d (patch)
tree8d69b88d72561967f8cb8cb36615fb02566fe748
parent3e1492ad3b7dd37ecc134bc46a7ed4f04d84070f (diff)
Working on v8.1.2
PR-URL: https://github.com/nodejs/node/pull/13598
-rw-r--r--src/node_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_version.h b/src/node_version.h
index 86af4f31060..a26c52e93cc 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,9 +24,9 @@
#define NODE_MAJOR_VERSION 8
#define NODE_MINOR_VERSION 1
-#define NODE_PATCH_VERSION 1
+#define NODE_PATCH_VERSION 2
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)