From 7124476fb3a9a58fd316f9cef3329c14fc1cd966 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Fri, 4 Nov 2022 15:34:58 -0300 Subject: [PATCH] src: revert is_release to 0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/45315 Reviewed-By: Filip Skokan Reviewed-By: Richard Lau Reviewed-By: Juan José Arboleda Reviewed-By: Yagiz Nizipli Reviewed-By: Danielle Adams Reviewed-By: Michael Dawson --- src/node_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_version.h b/src/node_version.h index 7d150afcecb4ec..5549c214dfe452 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -29,7 +29,7 @@ #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)