summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Lau <rlau@redhat.com>2022-04-05 08:10:19 -0400
committerRichard Lau <rlau@redhat.com>2022-04-05 08:10:19 -0400
commit461e0e4e15fd49c695aeb6e7f8b91c949ad085e9 (patch)
treec035a4250aed7c7cda34c1fe3a1f5138edaac376
parenta3d28373d306ed8462a034a8f3019c48354d0cca (diff)
downloadnode-new-v12.x.tar.gz
Working on v12.22.13v12.x-stagingv12.x
PR-URL: https://github.com/nodejs/node/pull/42531
-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 3f768b8056..0cb061d92e 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 12
+#define NODE_PATCH_VERSION 13
#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)