summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeth Griggs <bgriggs@redhat.com>2021-09-22 21:25:40 +0100
committerBeth Griggs <bgriggs@redhat.com>2021-09-22 21:25:40 +0100
commitbcb9e9efb4906fb1db61ad0db73b1becde8677c7 (patch)
tree587d8fa451d63e03e1d266fe6b49ea44d5d54d08
parentaff2a0a4754ddba26e161bc66cd4392fc28dd146 (diff)
downloadnode-new-bcb9e9efb4906fb1db61ad0db73b1becde8677c7.tar.gz
Working on v16.10.1
PR-URL: https://github.com/nodejs/node/pull/40175
-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 a572d9b958..4362702060 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 16
#define NODE_MINOR_VERSION 10
-#define NODE_PATCH_VERSION 0
+#define NODE_PATCH_VERSION 1
#define NODE_VERSION_IS_LTS 0
#define NODE_VERSION_LTS_CODENAME ""
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)