Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Fix double #define of NODE_VERSION_IS_RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Nov 27, 2011
1 parent 1cf13bc commit 2445fb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_version.h
Expand Up @@ -30,7 +30,6 @@
#define NODE_MINOR_VERSION 7
#define NODE_PATCH_VERSION 0
#define NODE_VERSION_IS_RELEASE 0
#define NODE_VERSION_IS_RELEASE 1

#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
Expand Down

0 comments on commit 2445fb8

Please sign in to comment.