Working on v0.4.3-pre - oops
authorRyan Dahl <ry@tinyclouds.org>
Tue, 15 Mar 2011 02:53:59 +0000 (02:53 +0000)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 15 Mar 2011 02:53:59 +0000 (02:53 +0000)
src/node_version.h

index 8832aa8..e5c68d2 100644 (file)
@@ -27,8 +27,8 @@
 
 #define NODE_MAJOR_VERSION 0
 #define NODE_MINOR_VERSION 4
-#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)