Update bundled v8 version

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2017-09-12 21:03:19 -04:00
parent 45411df80a
commit 94903a9c61
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@
# v8 - from deps/v8/include/v8-version.h
%global v8_major 6
%global v8_minor 0
%global v8_build 286
%global v8_patch 52
%global v8_build 287
%global v8_patch 53
# V8 presently breaks ABI at least every x.y release while never bumping SONAME
%global v8_abi %{v8_major}.%{v8_minor}
%global v8_version %{v8_major}.%{v8_minor}.%{v8_build}.%{v8_patch}