diff options
author | Myles Borins <myles.borins@gmail.com> | 2017-01-19 12:18:36 -0500 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2017-01-31 17:07:45 -0500 |
commit | 4197b9b0413816a8c5992affcb0b848d7c24e6db (patch) | |
tree | c8fb184ec749a4427060e2a230f12b3c9417981c | |
parent | e71129ebbc115f86f518ff71f3b35b5d88923d81 (diff) | |
download | node-new-4197b9b0413816a8c5992affcb0b848d7c24e6db.tar.gz |
deps: update patch level in V8
PR-URL: https://github.com/nodejs/node/pull/10666
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
-rw-r--r-- | deps/v8/include/v8-version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/include/v8-version.h b/deps/v8/include/v8-version.h index 79f057037b..489e86cf15 100644 --- a/deps/v8/include/v8-version.h +++ b/deps/v8/include/v8-version.h @@ -11,7 +11,7 @@ #define V8_MAJOR_VERSION 5 #define V8_MINOR_VERSION 1 #define V8_BUILD_NUMBER 281 -#define V8_PATCH_LEVEL 91 +#define V8_PATCH_LEVEL 92 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) |