diff options
author | Jeremiah Senkpiel <fishrock123@rocketmail.com> | 2015-05-15 18:40:05 -0400 |
---|---|---|
committer | Jeremiah Senkpiel <fishrock123@rocketmail.com> | 2015-05-15 18:40:05 -0400 |
commit | 0a48a8b473d292ed20f07830aad7efd5a70bf21d (patch) | |
tree | 1b8ed3c3f98c3e4bea8679478c802fe27b836d26 /src | |
parent | 3e7a14381497a3b73dda68d05b5130563cdab420 (diff) | |
download | node-new-0a48a8b473d292ed20f07830aad7efd5a70bf21d.tar.gz |
Working on v2.0.3
PR-URL: https://github.com/iojs/io.js/pull/1679
Diffstat (limited to 'src')
-rw-r--r-- | src/node_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_version.h b/src/node_version.h index bfcbc9c649..d16cc340cc 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -3,9 +3,9 @@ #define NODE_MAJOR_VERSION 2 #define NODE_MINOR_VERSION 0 -#define NODE_PATCH_VERSION 2 +#define NODE_PATCH_VERSION 3 -#define NODE_VERSION_IS_RELEASE 1 +#define NODE_VERSION_IS_RELEASE 0 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n) |