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-07 01:18:40 +0300
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2019-08-07 01:18:40 +0300
commitb743000a96a6f7fa7cc5d3fb1a7e51ba7eb154a6 (patch)
treeabbc6771a973925862b28b1eaff792244c29d640 /src
parent47c891d3d292183f78ec87720a0e8cb441190be5 (diff)
Working on v10.16.3
PR-URL: https://github.com/nodejs/node/pull/29021
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 5885a161503..ec74dcdbb61 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 2
+#define NODE_PATCH_VERSION 3
#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)