summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2017-10-03 13:42:16 -0700
committerMyles Borins <mylesborins@google.com>2017-10-03 13:42:16 -0700
commit452cd40a020a18267d7f6171d99165ce8f80eb2d (patch)
tree22ae65b325c67c093e4eceed979914a30c0bcce7 /src
parent8691fdfea58aece4e235203511ebe15ad8db3760 (diff)
downloadnode-new-452cd40a020a18267d7f6171d99165ce8f80eb2d.tar.gz
Working on v6.11.5
PR-URL: https://github.com/nodejs/node/pull/15506
Diffstat (limited to 'src')
-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 b03e541b4d..36ffa78699 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -3,12 +3,12 @@
#define NODE_MAJOR_VERSION 6
#define NODE_MINOR_VERSION 11
-#define NODE_PATCH_VERSION 4
+#define NODE_PATCH_VERSION 5
#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Boron"
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)