summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeth Griggs <bgriggs@redhat.com>2022-04-07 23:33:01 +0100
committerBeth Griggs <bgriggs@redhat.com>2022-04-07 23:33:01 +0100
commit36ad9e8444a0f0a481a70a9f386e35f4037e3cec (patch)
tree34537730e17117630958faa7ad564e1a75663396
parent70dcef5577cab655bd219ba5ad2edb535842729e (diff)
downloadnode-new-36ad9e8444a0f0a481a70a9f386e35f4037e3cec.tar.gz
Working on v17.9.1
PR-URL: https://github.com/nodejs/node/pull/42613
-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 56c290381f..eb10e88905 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 17
#define NODE_MINOR_VERSION 9
-#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)