summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Lau <rlau@redhat.com>2021-03-30 14:50:20 +0100
committerRichard Lau <rlau@redhat.com>2021-03-30 14:50:20 +0100
commit7d488fedcaebe10fef863e6b993669057e47ab9f (patch)
tree4bee472bcb5fb096de8ca95d8f60562ec0eb75c6
parent6a5797ba221d29e3adf3a15a209dda87d12fada9 (diff)
downloadnode-new-7d488fedcaebe10fef863e6b993669057e47ab9f.tar.gz
Working on v12.22.1
PR-URL: https://github.com/nodejs/node/pull/37797
-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 cd35035ff4..1c54134ba5 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,12 +24,12 @@
#define NODE_MAJOR_VERSION 12
#define NODE_MINOR_VERSION 22
-#define NODE_PATCH_VERSION 0
+#define NODE_PATCH_VERSION 1
#define NODE_VERSION_IS_LTS 1
#define NODE_VERSION_LTS_CODENAME "Erbium"
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)