summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-10-25 13:49:32 -0700
committerisaacs <i@izs.me>2012-10-25 13:49:32 -0700
commitb00527fcf05c3d9fb5d5d790f9472906a59fe218 (patch)
tree4903bef3793923cd26a63736d382a130a8251429 /src/node_version.h
parent45a13d96747deb52cd8fedcec7a2a32b2abf8fee (diff)
downloadnode-v0.8.14-release.tar.gz
2012.10.25, Version 0.8.14 (Stable)v0.8.14v0.8.14-release
* events: Don't clobber pre-existing _events obj in EE ctor (isaacs)
Diffstat (limited to 'src/node_version.h')
-rw-r--r--src/node_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h
index 4ea9c7891..f33a24e91 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -25,7 +25,7 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 8
#define NODE_PATCH_VERSION 14
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)