2013.07.25, Version 0.10.14 (Stable)
[platform/upstream/nodejs.git] / src / node_version.h
index c3abcd1..606caa3 100644 (file)
 
 #define NODE_MAJOR_VERSION 0
 #define NODE_MINOR_VERSION 10
-#define NODE_PATCH_VERSION 2
+#define NODE_PATCH_VERSION 14
+
+#define NODE_VERSION_IS_RELEASE 1
 
 #ifndef NODE_TAG
 # define NODE_TAG ""
 #endif
 
-#define NODE_VERSION_IS_RELEASE 1
-
 #ifndef NODE_STRINGIFY
 #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
 #define NODE_STRINGIFY_HELPER(n) #n