summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2023-05-16 14:38:39 +0200
committerMichaël Zasso <targos@protonmail.com>2023-05-16 14:38:39 +0200
commitad2c05b671aff71259afbf23de32b6f177c3ba61 (patch)
tree271be3d4a1a01e068af2e284ecd97219dfa5bcec
parent258e9e767e3d048dae69658d4019a93906522a42 (diff)
downloadnode-new-v20.x.tar.gz
Working on v20.2.1v20.x-stagingv20.x
PR-URL: https://github.com/nodejs/node/pull/48020
-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 b09f58a2c5..90dad728a9 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 20
#define NODE_MINOR_VERSION 2
-#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)