Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Working on v4.0.0
Conflicts:
	src/node_version.h
  • Loading branch information
rvagg authored and Fishrock123 committed Aug 19, 2015
commit 6ef882faeb1770e4636b1d9794fbd36af7ff44d9
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 3
#define NODE_MINOR_VERSION 1
#define NODE_PATCH_VERSION 1
#define NODE_MAJOR_VERSION 4
#define NODE_MINOR_VERSION 0
#define NODE_PATCH_VERSION 0

#define NODE_VERSION_IS_RELEASE 0

Expand Down