Fix double #define of NODE_VERSION_IS_RELEASE

This commit is contained in:
Ben Noordhuis
2011-11-27 02:09:15 +01:00
parent 1cf13bca19
commit 2445fb8bdd

View File

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