summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-06-13 13:21:50 -0700
committerisaacs <i@izs.me>2013-06-13 13:21:50 -0700
commit1a39380ab4cf5e6003c41dcd7e3cb0f04b25e753 (patch)
tree88d34426192bc53310bc7f11d15e801621ede139
parent7f52ee086a4d00d1b8d5f4c9ff805ac8e8316835 (diff)
downloadnode-1a39380ab4cf5e6003c41dcd7e3cb0f04b25e753.tar.gz
Now working on 0.8.26
-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 7eca55d66..875f2acf3 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 25
+#define NODE_PATCH_VERSION 26
#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)