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
diff options
context:
space:
mode:
authorDanielle Adams <adamzdanielle@gmail.com>2022-10-13 22:53:40 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2022-10-13 22:53:40 +0300
commitcc6a96f61c321e0d0c6faaa3e1d4f1569cdd6b1f (patch)
tree9160cb6dd979b353cf814c830cef097cb743d5c8
parent8c1dd95f3cc5d91acb9ce8994b3ac45ab927178f (diff)
Working on v18.11.1
PR-URL: https://github.com/nodejs/node/pull/44968
-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 457daf4f991..95702b5749b 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 18
#define NODE_MINOR_VERSION 11
-#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)