summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2014-12-17 14:39:51 -0800
committerTimothy J Fontaine <tjfontaine@gmail.com>2014-12-17 14:39:51 -0800
commit1b81ea827674c6a0aaf4b2ce80fe4c66c86ac243 (patch)
treeaaf1bd006125d8a894fd7539824f8fa51672f393
parenta6757fb9d09ad10304378309cfb45659bb5c53f1 (diff)
downloadnode-1b81ea827674c6a0aaf4b2ce80fe4c66c86ac243.tar.gz
Now working on 0.10.35
-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 0faffd184..73ca13c1f 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 34
+#define NODE_PATCH_VERSION 35
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_TAG
# define NODE_TAG ""