diff options
| author | Julien Gilli <julien.gilli@joyent.com> | 2015-07-03 17:33:28 -0700 |
|---|---|---|
| committer | Julien Gilli <julien.gilli@joyent.com> | 2015-07-03 17:33:28 -0700 |
| commit | 0be9a77bb18ec15b4fb6a1fb0762f313b7351201 (patch) | |
| tree | 56608a75ec9eca35f2d205b1598dce8ec60d59a6 /src/node_version.h | |
| parent | 78b0e30954111cfaba0edbeee85450d8cbc6fdf6 (diff) | |
| download | node-v0.12.6-release.tar.gz | |
2015.07.03, Version 0.12.6 (Stable)v0.12.6v0.12.6-release
* V8: fix out-of-band write in utf8 decoder
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 c0359cec8..bd4c1eaa9 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -26,7 +26,7 @@ #define NODE_MINOR_VERSION 12 #define NODE_PATCH_VERSION 6 -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_TAG # define NODE_TAG "" |
