summaryrefslogtreecommitdiff
path: root/src/node_version.h
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-09-17 18:34:48 -0700
committerisaacs <i@izs.me>2012-09-17 18:34:48 -0700
commitd406a8250f8ef5de58ba0a90fcec42e209172258 (patch)
treebdf5019913720a9fc0e00a047f5a47363404eb5e /src/node_version.h
parent7fcb7b4d9cc9ac8ba4645bc6337a5af3ccc75496 (diff)
downloadnode-new-d406a8250f8ef5de58ba0a90fcec42e209172258.tar.gz
Now working on v0.9.3
Diffstat (limited to 'src/node_version.h')
-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 ef5f0b23e5..0072f6720c 100644
--- a/src/node_version.h
+++ b/src/node_version.h
@@ -24,8 +24,8 @@
#define NODE_MAJOR_VERSION 0
#define NODE_MINOR_VERSION 9
-#define NODE_PATCH_VERSION 2
-#define NODE_VERSION_IS_RELEASE 1
+#define NODE_PATCH_VERSION 3
+#define NODE_VERSION_IS_RELEASE 0
#ifndef NODE_STRINGIFY
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)