summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-02-25 13:52:13 -0800
committerisaacs <i@izs.me>2013-02-25 13:52:13 -0800
commit33e8e694e875b56422045fc60485283a1523a71f (patch)
tree4da11ace343e87d1c45c08295d1960fcf46069cf
parent7b92b301fa56a092c6f0f4943d0c5cbc08769417 (diff)
downloadnode-33e8e694e875b56422045fc60485283a1523a71f.tar.gz
Now working on 0.8.22
-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 81511843a..bc689339d 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,13 +24,13 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 8
-#define NODE_PATCH_VERSION 21
+#define NODE_PATCH_VERSION 22
#ifndef NODE_TAG
# define NODE_TAG ""
#endif
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)