summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorJeremiah Senkpiel <fishrock123@rocketmail.com>2015-05-15 18:40:05 -0400
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-05-15 18:40:05 -0400
commit0a48a8b473d292ed20f07830aad7efd5a70bf21d (patch)
tree1b8ed3c3f98c3e4bea8679478c802fe27b836d26 /src/node_version.h
parent3e7a14381497a3b73dda68d05b5130563cdab420 (diff)
downloadandroid-node-v8-0a48a8b473d292ed20f07830aad7efd5a70bf21d.tar.gz
android-node-v8-0a48a8b473d292ed20f07830aad7efd5a70bf21d.tar.bz2
android-node-v8-0a48a8b473d292ed20f07830aad7efd5a70bf21d.zip
Working on v2.0.3
PR-URL: https://github.com/iojs/io.js/pull/1679
Diffstat (limited to 'src/node_version.h')
-rw-r--r--src/node_version.h4
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)