diff options
| author | Julien Gilli <julien.gilli@joyent.com> | 2015-05-22 17:40:25 -0700 |
|---|---|---|
| committer | Julien Gilli <julien.gilli@joyent.com> | 2015-05-22 20:06:54 -0700 |
| commit | 0a604e92e258c5ee2752d763e50721e35053f135 (patch) | |
| tree | 8e3e0444f4bbd1577a81a63ddfa29599748a4cb8 /src/node_version.h | |
| parent | 202c18bbc3e134ed3e97f530749cb9f9ac60ce53 (diff) | |
| download | node-v0.12.4-release.tar.gz | |
2015.05.22, Version 0.12.4 (Stable)v0.12.4v0.12.4-release
* npm: upgrade to 2.10.1
* V8: revert v8 Array.prototype.values() removal (cjihrig)
* win: bring back xp/2k3 support (Bert Belder)
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 ab5b0d4df..10113b2db 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -26,7 +26,7 @@ #define NODE_MINOR_VERSION 12 #define NODE_PATCH_VERSION 4 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_TAG # define NODE_TAG "" |
