summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2022-02-09 23:54:29 -0500
committerRuy Adorno <ruyadorno@hotmail.com>2022-02-09 23:54:29 -0500
commite9ef9dd31c29ecb523b1f894c2b237d92181bd75 (patch)
treed605b0238a67eb5755a35a60bf497a392f080e7a /src/node_version.h
parentb290a873a5daeee58c8a41ed185160347b1d78b9 (diff)
downloadnode-new-e9ef9dd31c29ecb523b1f894c2b237d92181bd75.tar.gz
Working on v17.5.1
PR-URL: https://github.com/nodejs/node/pull/41897
Diffstat (limited to 'src/node_version.h')
-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 d02e296a8f..48a6b015a9 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 17
#define NODE_MINOR_VERSION 5
-#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)