summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-03-01 11:19:20 -0800
committerisaacs <i@izs.me>2013-03-01 11:19:20 -0800
commit300802d5134069723f173ccf2067fb100cab2448 (patch)
tree1368060e49af7cbba8ce4e8bea68877c42da97ff /src
parent687522c5a5149a463bb417da6e35100587315de3 (diff)
parent83392403b7a9b7782b37c17688938c75010f81ba (diff)
downloadnode-300802d5134069723f173ccf2067fb100cab2448.tar.gz
Merge branch 'v0.9.11-release'
Diffstat (limited to 'src')
-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 a20506933..eed49f90a 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)