From 0ebd926856731ca46bd7884cf8a7deb2318da137 Mon Sep 17 00:00:00 2001 From: V8 Autoroll Date: Fri, 10 Mar 2017 11:19:53 -0800 Subject: [PATCH] Version 5.8.283.10 Cr-Commit-Position: refs/branch-heads/5.8@{#22} Cr-Branched-From: eda659cc5e307f20ac1ad542ba12ab32eaf4c7ef-refs/heads/5.8.283@{#1} Cr-Branched-From: 4310cd02d2160b1457baed81a2f40063eb264a21-refs/heads/master@{#43429} --- include/v8-version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/v8-version.h b/include/v8-version.h index 5a51e1745e0..f0d44f292f8 100644 --- a/include/v8-version.h +++ b/include/v8-version.h @@ -11,7 +11,7 @@ #define V8_MAJOR_VERSION 5 #define V8_MINOR_VERSION 8 #define V8_BUILD_NUMBER 283 -#define V8_PATCH_LEVEL 9 +#define V8_PATCH_LEVEL 10 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.)