summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@github.com>2021-04-06 10:41:23 -0400
committerMyles Borins <mylesborins@github.com>2021-04-06 10:41:23 -0400
commit19f3e1702e9e732462fcf83939b99d3bd0587ed2 (patch)
tree614c52ef23c13c72c49d6df3ed683aaea346566c
parent5182a7ece0b71feeb9157f7aa348a15d53e32058 (diff)
downloadnode-new-v10.x-staging.tar.gz
Working on v10.24.2v10.x-stagingv10.x
PR-URL: https://github.com/nodejs/node/pull/38085
-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 6a277f10b8..66f25fae63 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 10
#define NODE_MINOR_VERSION 24
-#define NODE_PATCH_VERSION 1
+#define NODE_PATCH_VERSION 2
#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)