summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremiah Senkpiel <fishrock123@rocketmail.com>2015-07-09 12:13:00 -0700
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-07-09 14:11:10 -0700
commita464ccf64187e3218d0b8db4cf379bd38dbe23d4 (patch)
tree21e3917fd32d3f6486a712a761b4408427ac52f7
parentc84a6370d07a9656dac461276e10ef0477071bb3 (diff)
downloadnode-new-v1.x.tar.gz
Working on v1.8.5v1.x
-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 2c01d97514..1c4a669527 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -3,9 +3,9 @@
#define NODE_MAJOR_VERSION 1
#define NODE_MINOR_VERSION 8
-#define NODE_PATCH_VERSION 4
+#define NODE_PATCH_VERSION 5
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)