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
path: root/src
diff options
context:
space:
mode:
authorBeth Griggs <Bethany.Griggs@uk.ibm.com>2019-08-16 00:42:54 +0300
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2019-08-16 00:42:54 +0300
commit55692ba1605dd6a39c85171847fdbe391573989e (patch)
tree51f4cf5ad969e75e6570a86d3d616ffad9f5404b /src
parent75657ee41677d56a498e298b01d049aef5bf199f (diff)
Working on v10.16.4
PR-URL: https://github.com/nodejs/node/pull/29148
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 e0b2df337a3..94c0c4c1087 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 10
#define NODE_MINOR_VERSION 16
-#define NODE_PATCH_VERSION 3
+#define NODE_PATCH_VERSION 4
#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Dubnium"
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)