summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-11-12 12:53:45 -0800
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-11-12 12:53:45 -0800
commit9142dc676fdf3098990369ee799a9e598540bb6c (patch)
tree02938b282b0d6c97b8ced35c436b12920fde1a40
parent36f2bf22b5c800e0aae57e1ee2f77f2fda7255bd (diff)
downloadnode-9142dc676fdf3098990369ee799a9e598540bb6c.tar.gz
Now working on 0.10.23
-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 b8ce7c706..bbb272672 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 22
+#define NODE_PATCH_VERSION 23
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_TAG
# define NODE_TAG ""