Skip to content

Commit

Permalink
Working on v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jul 22, 2015
1 parent 11d9b33 commit d8355b7
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
@@ -1,9 +1,9 @@
#ifndef SRC_NODE_VERSION_H_
#define SRC_NODE_VERSION_H_

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

#define NODE_VERSION_IS_RELEASE 0

Expand Down

0 comments on commit d8355b7

Please sign in to comment.