summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2014-09-16 16:53:10 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2014-09-16 16:53:10 -0700
commit84952da24192da98746573f1086b7f393f423a3c (patch)
treec2e36d7cd124f399deab816d78c4b134f9d96d66
parent1a8b0e807fbe818f53c26635d31ece494704c64a (diff)
downloadnode-new-84952da24192da98746573f1086b7f393f423a3c.tar.gz
Now working on 0.10.33
-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 a99757368f..3971158985 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 32
+#define NODE_PATCH_VERSION 33
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_TAG
# define NODE_TAG ""