summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorStewart X Addison <sxa@redhat.com>2022-03-08 10:45:45 +0000
committerStewart X Addison <sxa@redhat.com>2022-03-09 15:52:00 +0000
commit05c2520974bff3c69942ce60d65a2b92ec32577c (patch)
tree19de9ad26e1c7d75cc27a853348a652bb5063642 /src/node_version.h
parentfc7d4295167c4563a8f2f990113982cf0df91af1 (diff)
downloadnode-new-05c2520974bff3c69942ce60d65a2b92ec32577c.tar.gz
2022-03-09, Version 17.7.0 (Current)v17.7.0
Notable changes: * (SEMVER-MINOR) crypto: add KeyObject.prototype.equals method (Filip Skokan) https://github.com/nodejs/node/pull/42093 * (SEMVER-MINOR) net: add new options to net.Socket and net.Server (Paolo Insogna) https://github.com/nodejs/node/pull/41310 * (SEMVER-MINOR) src: allow preventing InitializeInspector in env (Shelley Vohr) https://github.com/nodejs/node/pull/35025 * doc: add release key for Bryan English (Bryan English) https://github.com/nodejs/node/pull/42102 Dependency Updates: * deps: update nghttp2 to 1.47.0 (Yash Ladha) https://github.com/nodejs/node/pull/42127 * deps: upgrade npm to 8.5.2 (npm team) https://github.com/nodejs/node/pull/42122 New Collaborators: * doc: add JakobJingleheimer to collaborators list (Jacob Smith) https://github.com/nodejs/node/pull/42185 * doc: move bnoordhuis back to collaborators (Ben Noordhuis) https://github.com/nodejs/node/pull/42064 PR-URL: https://github.com/nodejs/node/pull/42254
Diffstat (limited to 'src/node_version.h')
-rw-r--r--src/node_version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/node_version.h b/src/node_version.h
index 1fb4b8c5ba..5f7d2877fd 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -23,13 +23,13 @@
#define SRC_NODE_VERSION_H_
#define NODE_MAJOR_VERSION 17
-#define NODE_MINOR_VERSION 6
-#define NODE_PATCH_VERSION 1
+#define NODE_MINOR_VERSION 7
+#define NODE_PATCH_VERSION 0
#define NODE_VERSION_IS_LTS 0
#define NODE_VERSION_LTS_CODENAME ""
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)