summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2015-01-26 12:28:48 -0800
committerTimothy J Fontaine <tjfontaine@gmail.com>2015-01-26 12:28:48 -0800
commitff32b81516ea0bb738cc8dd6bd0ce3a23532651d (patch)
tree81525de906fa653bcdf35d32d78d7b11deaa3e17
parent6b264dd1f93e521ffaa1afce489841a41d54176e (diff)
downloadnode-ff32b81516ea0bb738cc8dd6bd0ce3a23532651d.tar.gz
Now working on 0.10.37
-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 5605ae097..6baad291a 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 36
+#define NODE_PATCH_VERSION 37
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_TAG
# define NODE_TAG ""