summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2019-11-22 08:41:48 +0100
committerMyles Borins <mylesborins@google.com>2019-11-22 03:33:56 -0500
commit917fedd21ae07c6fac10681c9393a2c7652a5f1e (patch)
treea93fdff9192c07c38cc16b04cf8c6f7bf4141205 /src
parenta18ec07406170cdfd36bebe30f4eeb97bb1828ba (diff)
downloadandroid-node-v8-917fedd21ae07c6fac10681c9393a2c7652a5f1e.tar.gz
android-node-v8-917fedd21ae07c6fac10681c9393a2c7652a5f1e.tar.bz2
android-node-v8-917fedd21ae07c6fac10681c9393a2c7652a5f1e.zip
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')
-rw-r--r--src/node_version.h2
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)