summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-06-15 14:38:53 +0200
committerMichaël Zasso <targos@protonmail.com>2021-06-15 14:38:53 +0200
commit97cc3b2136c6aea16dfd8daf2574f27298ca4bd8 (patch)
tree16250157068243199a649512456fd6bf5747c594 /src
parent6c77fd3a5359b16d472c23cd1be2c208b7bcb1d2 (diff)
downloadnode-new-97cc3b2136c6aea16dfd8daf2574f27298ca4bd8.tar.gz
Working on v14.17.2
PR-URL: https://github.com/nodejs/node/pull/38948
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 32d22238e4..63aa6dc810 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 14
#define NODE_MINOR_VERSION 17
-#define NODE_PATCH_VERSION 1
+#define NODE_PATCH_VERSION 2
#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Fermium"
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)