Now working on v0.4.0

This commit is contained in:
Ryan Dahl 2011-02-04 19:54:06 -08:00
parent 9493b7563b
commit 30f24bb2df

View File

@ -5,9 +5,9 @@
#define NODE_VERSION_H
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 3
#define NODE_PATCH_VERSION 8
#define NODE_VERSION_IS_RELEASE 1
#define NODE_MINOR_VERSION 4
#define NODE_PATCH_VERSION 0
#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)