summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremiah Senkpiel <fishrock123@rocketmail.com>2015-07-17 16:21:50 -0700
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-07-17 16:23:47 -0700
commita764ac4fb7a3c9d1271b47e0c9e05799f155550c (patch)
tree7465cec3c4f0c212ae58f30f994d6525d261bcda
parenta179bcbe9e82791246fda21625455614a0c3f149 (diff)
downloadnode-new-a764ac4fb7a3c9d1271b47e0c9e05799f155550c.tar.gz
Working on v2.4.1
PR-URL: https://github.com/nodejs/io.js/pull/2189
-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 853fa70ef5..657241d3b1 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -3,9 +3,9 @@
#define NODE_MAJOR_VERSION 2
#define NODE_MINOR_VERSION 4
-#define NODE_PATCH_VERSION 0
+#define NODE_PATCH_VERSION 1
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)