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 <bgriggs@redhat.com>2022-04-19 16:27:08 +0300
committerBeth Griggs <bgriggs@redhat.com>2022-04-19 16:27:08 +0300
commitd652b5fbdb1074d4f1dbb5c50abfc4c82be1362c (patch)
tree579182d70b517e873e5a09c6fcc4ee7d6e307889 /src
parent49a77a5a996a49e8cb728eed42e55a7c1a9eef6e (diff)
Working on v18.0.1
PR-URL: https://github.com/nodejs/node/pull/42262
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 9857d20a8b8..e4a51e9ef27 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 18
#define NODE_MINOR_VERSION 0
-#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)