diff options
author | isaacs <i@izs.me> | 2013-03-08 21:52:09 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2013-03-08 21:52:09 -0800 |
commit | 4d1e9e537029806cf873f21e41e92830c757e5cf (patch) | |
tree | 9403ee64b5c9c84a79cfcb4b0f55725e917c0a8e | |
parent | 7c9ff8e94a0d6e6b12501f3b4988e0bb7c60f8df (diff) | |
download | node-4d1e9e537029806cf873f21e41e92830c757e5cf.tar.gz |
Now working on 0.10.0
-rw-r--r-- | src/node_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_version.h b/src/node_version.h index 335892cb7..654fc54b7 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -23,8 +23,8 @@ #define NODE_VERSION_H #define NODE_MAJOR_VERSION 0 -#define NODE_MINOR_VERSION 9 -#define NODE_PATCH_VERSION 13 +#define NODE_MINOR_VERSION 10 +#define NODE_PATCH_VERSION 0 #ifndef NODE_TAG # define NODE_TAG "" |