diff --git a/src/node_version.h b/src/node_version.h index d967824e33c..8a8dd4db4a5 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -31,10 +31,6 @@ #define NODE_VERSION_IS_RELEASE 0 -#define NODE_ALPHA_MAJOR_VERSION 0 -#define NODE_ALPHA_MINOR_VERSION 0 -#define NODE_ALPHA_PATCH_VERSION 0 - #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) #define NODE_STRINGIFY_HELPER(n) #n