summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2014-01-23 11:44:32 -0800
committerTimothy J Fontaine <tjfontaine@gmail.com>2014-01-23 11:44:32 -0800
commiteb7c7be7da4cbec851bed8c8f1f20cde953a0cd8 (patch)
tree2833385087a813c166e0180fe6e4a34773d08584
parent24d05f21be4412e70e6ed490fb8009de0c9dfb55 (diff)
downloadnode-eb7c7be7da4cbec851bed8c8f1f20cde953a0cd8.tar.gz
Now working on 0.10.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 941e1f797..74aa502be 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,9 +24,9 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 10
-#define NODE_PATCH_VERSION 25
+#define NODE_PATCH_VERSION 26
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_TAG
# define NODE_TAG ""