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:
Anna Henningsen 2017-06-30 14:29:07 +02:00
parent 08109a3ca1
commit a84c3be075
No known key found for this signature in database
GPG Key ID: D8B9F5AEAE84E4CF

View File

@ -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)