Skip to content

Commit a84c3be

Browse files
committed
src: unset NODE_VERSION_IS_RELEASE
When 53b8c51 was cherry-picked into `master`, `NODE_VERSION_IS_RELEASE` was accidentally set to `1` as well. PR-URL: #14005 Reviewed-By: Rod Vagg <rod@vagg.org>
1 parent 08109a3 commit a84c3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define NODE_MINOR_VERSION 0
2727
#define NODE_PATCH_VERSION 0
2828

29-
#define NODE_VERSION_IS_RELEASE 1
29+
#define NODE_VERSION_IS_RELEASE 0
3030

3131
#ifndef NODE_STRINGIFY
3232
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

0 commit comments

Comments
 (0)