Revision 1eb1fe32 src/node_version.h

View differences:

src/node_version.h
29 29
#define NODE_MAJOR_VERSION 0
30 30
#define NODE_MINOR_VERSION 6
31 31
#define NODE_PATCH_VERSION 11
32
#define NODE_VERSION_IS_RELEASE 0
32
#define NODE_VERSION_IS_RELEASE 1
33 33

  
34 34
#ifndef NODE_STRINGIFY
35 35
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)

Also available in: Unified diff