diff options
author | Michaƫl Zasso <targos@protonmail.com> | 2019-11-22 08:41:48 +0100 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2019-11-22 03:33:56 -0500 |
commit | 917fedd21ae07c6fac10681c9393a2c7652a5f1e (patch) | |
tree | a93fdff9192c07c38cc16b04cf8c6f7bf4141205 /src/node_version.h | |
parent | a18ec07406170cdfd36bebe30f4eeb97bb1828ba (diff) | |
download | node-new-917fedd21ae07c6fac10681c9393a2c7652a5f1e.tar.gz |
src: unset NODE_VERSION_IS_RELEASE from master
PR-URL: https://github.com/nodejs/node/pull/30584
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'src/node_version.h')
-rw-r--r-- | src/node_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h index 229bf5d2de..ebd3cff606 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) |