summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2014-06-16 10:35:12 -0500
committerTimothy J Fontaine <tjfontaine@gmail.com>2014-06-16 10:35:12 -0500
commitd5edd6879447f3ce8226c807fb6402d79aece43e (patch)
tree8fa9246a60928f836c7905dfe1bfbe71b9f701b6
parentd3ff64899703712ca326257413cb4977f401c4a7 (diff)
downloadnode-d5edd6879447f3ce8226c807fb6402d79aece43e.tar.gz
Now working on 0.8.28
-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 8c25dd792..0817a1307 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 27
+#define NODE_PATCH_VERSION 28
#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)