summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2014-02-18 16:43:12 -0800
committerTimothy J Fontaine <tjfontaine@gmail.com>2014-02-18 16:43:12 -0800
commitae418f974d78e52c22b8d49a84963b8b416b1438 (patch)
tree42a5c045383e4b334452113a4a8ca87f05746079
parent0206925b0deb7f6196db654ce4e3ce86e16dad1d (diff)
downloadnode-ae418f974d78e52c22b8d49a84963b8b416b1438.tar.gz
Now working on v0.10.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 4e89a3788..4473289c2 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 26
+#define NODE_PATCH_VERSION 27
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_TAG
# define NODE_TAG ""