summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorDanielle Adams <adamzdanielle@gmail.com>2021-12-17 18:09:27 -0500
committerDanielle Adams <adamzdanielle@gmail.com>2021-12-17 18:09:27 -0500
commitd8a59e027e1b70615cf209970375d3bd2feb23e6 (patch)
tree1fe54fd0fece7ad8adfb9920711186e24ae2f4aa /src/node_version.h
parente5873d786249d9b6aa1d8c422f856036c2c53e5e (diff)
downloadnode-new-d8a59e027e1b70615cf209970375d3bd2feb23e6.tar.gz
Working on v17.3.1
PR-URL: https://github.com/nodejs/node/pull/41167
Diffstat (limited to 'src/node_version.h')
-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 00a2864ab8..5cc8eb89aa 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 17
#define NODE_MINOR_VERSION 3
-#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)