diff options
author | Maciej MaĆecki <maciej.malecki@notimplemented.org> | 2012-01-22 20:46:52 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2012-01-22 23:10:32 +0100 |
commit | ff512634acbf2ddd10f167a5600e2acba3484802 (patch) | |
tree | 7c7ddde34e870a8aa33f64f7bc871ab14d49973e /src/node_version.h | |
parent | 6d00c089e36955a8c172b5615329280d10dec9da (diff) | |
download | node-new-ff512634acbf2ddd10f167a5600e2acba3484802.tar.gz |
version: bump `NODE_PATCH_VERSION`
Patch version hasn't been bumped correctly in
72cbb7492cb5956c8265b415bd6ff473b7b89f35.
Diffstat (limited to 'src/node_version.h')
-rw-r--r-- | src/node_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_version.h b/src/node_version.h index 06f866304a..0e803b1c8e 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -28,7 +28,7 @@ #define NODE_MAJOR_VERSION 0 #define NODE_MINOR_VERSION 7 -#define NODE_PATCH_VERSION 0 +#define NODE_PATCH_VERSION 1 #define NODE_VERSION_IS_RELEASE 0 #ifndef NODE_STRINGIFY |