Skip to content

Commit

Permalink
Working on v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Aug 5, 2015
1 parent a020d9a commit d88194d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/node_version.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#ifndef SRC_NODE_VERSION_H_
#define SRC_NODE_VERSION_H_

#define NODE_MAJOR_VERSION 3
#define NODE_MAJOR_VERSION 4
#define NODE_MINOR_VERSION 0
#define NODE_PATCH_VERSION 1
#define NODE_PATCH_VERSION 0

#define NODE_VERSION_IS_RELEASE 0

Expand Down

3 comments on commit d88194d

@Fishrock123
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rvagg uh, should this be here?

@Fishrock123
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah right, because we are switching to https://github.com/nodejs/dev-policy/blob/master/releases.md :)

@rvagg
Copy link
Member Author

@rvagg rvagg commented on d88194d Aug 6, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a v3.x with a 3.0.1 commit on it too

Please sign in to comment.