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:
authorMyles Borins <mylesborins@google.com>2018-03-28 19:08:08 +0300
committerMyles Borins <mylesborins@google.com>2018-03-28 19:08:08 +0300
commit2213a4b68ef1b91e9309dd768216805a1be70708 (patch)
tree9f781c35183acb232c0f822f7ac63aee73d0ae8e
parent22f4a35db344472db1e83f9e3156907b58f5f527 (diff)
Working on v8.11.1
PR-URL: https://github.com/nodejs-private/node-private/pull/112
-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 d7b8b8addd7..67c4c284f19 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 8
#define NODE_MINOR_VERSION 11
-#define NODE_PATCH_VERSION 0
+#define NODE_PATCH_VERSION 1
#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Carbon"
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)