0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00

Now working on v0.6.4

This commit is contained in:
Bert Belder 2011-11-25 12:43:44 +01:00
parent b159c6d62e
commit 3a160646df

View File

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