summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-10-18 14:54:55 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-10-18 14:54:55 -0700
commit23c608ad4099c6fc06a4d0fe6050ee42a4812407 (patch)
treed993e0cd2a2cc4d619cf62b0ddbe319d61680a0e
parentfaa042b4e4ec2937f08f8221269e75e920cac215 (diff)
downloadnode-23c608ad4099c6fc06a4d0fe6050ee42a4812407.tar.gz
Now working on 0.8.27
-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 7f00ab02d..18c85fbfa 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 26
+#define NODE_PATCH_VERSION 27
#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)