summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-04-08 17:41:26 -0700
committerisaacs <i@izs.me>2013-04-08 17:41:26 -0700
commit49dcab933bd99fcdd64c77e6e8df9ead0632b7e8 (patch)
tree456dbe54079801eb83d4588a4a6c3d806a33939d
parentb36aab16f09f51ea1e8bfe29150a8b973e77f7da (diff)
downloadnode-49dcab933bd99fcdd64c77e6e8df9ead0632b7e8.tar.gz
Now working on 0.8.24
-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 889e3bf14..b00bc3638 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 23
+#define NODE_PATCH_VERSION 24
#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)