src: unset NODE_VERSION_IS_RELEASE
When 53b8c51e7c4fca593eeeddbec0bdcfd77466cc80 was cherry-picked into `master`, `NODE_VERSION_IS_RELEASE` was accidentally set to `1` as well. PR-URL: https://github.com/nodejs/node/pull/14005 Reviewed-By: Rod Vagg <rod@vagg.org>
This commit is contained in:
parent
08109a3ca1
commit
a84c3be075
@ -26,7 +26,7 @@
|
||||
#define NODE_MINOR_VERSION 0
|
||||
#define NODE_PATCH_VERSION 0
|
||||
|
||||
#define NODE_VERSION_IS_RELEASE 1
|
||||
#define NODE_VERSION_IS_RELEASE 0
|
||||
|
||||
#ifndef NODE_STRINGIFY
|
||||
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
|
||||
|
Loading…
x
Reference in New Issue
Block a user