Now working on 0.10.4

pull/5010/head
isaacs 2013-04-03 11:26:54 -07:00
parent d1c9c93ef0
commit 734a19060c
1 changed files with 2 additions and 2 deletions

View File

@ -24,13 +24,13 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 10
#define NODE_PATCH_VERSION 3
#define NODE_PATCH_VERSION 4
#ifndef NODE_TAG
# define NODE_TAG ""
#endif
#define NODE_VERSION_IS_RELEASE 1
#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)