Revision 734a1906 src/node_version.h

View differences:

src/node_version.h
24 24

  
25 25
#define NODE_MAJOR_VERSION 0
26 26
#define NODE_MINOR_VERSION 10
27
#define NODE_PATCH_VERSION 3
27
#define NODE_PATCH_VERSION 4
28 28

  
29 29
#ifndef NODE_TAG
30 30
# define NODE_TAG ""
31 31
#endif
32 32

  
33
#define NODE_VERSION_IS_RELEASE 1
33
#define NODE_VERSION_IS_RELEASE 0
34 34

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

Also available in: Unified diff