Skip to content

Commit

Permalink
Now working on v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Feb 5, 2011
1 parent 9493b75 commit 30f24bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/node_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 30f24bb

Please sign in to comment.