summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-01-09 16:04:21 -0800
committerisaacs <i@izs.me>2013-01-09 16:55:12 -0800
commitc50c33e9397d7a0a8717e8ce7530572907c054ad (patch)
tree445f22682a5654f9fc4aa846bfabeb0bff801f43 /src/node_version.h
parented825f488867d7586bee6ca4feb5fe5b0461775e (diff)
downloadnode-c50c33e9397d7a0a8717e8ce7530572907c054ad.tar.gz
2012.01.09, Version 0.8.17 (Stable)v0.8.17v0.8.17-release
* npm: Upgrade to v1.2.0 - peerDependencies (Domenic Denicola) - node-gyp v0.8.2 (Nathan Rajlich) - Faster installs from github user/project shorthands (Nathan Zadoks) * typed arrays: fix 32 bit size/index overflow (Ben Noordhuis) * http: Improve performance of single-packet responses (Ben Noordhuis) * install: fix openbsd man page location (Ben Noordhuis) * http: bubble up parser errors to ClientRequest (Brian White)
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 c611332e4..d68d0077e 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -30,7 +30,7 @@
# define NODE_TAG ""
#endif
-#define NODE_VERSION_IS_RELEASE 0
+#define NODE_VERSION_IS_RELEASE 1
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)