Skip to content

Commit 69e7f20

Browse files
targosBethGriggs
authored andcommitted
deps: V8: set correct V8 version patch number
The update to V8 8.6 already included the changes from that version, but it wasn't tagged yet. Having the wrong version in tree breaks node-core-utils. PR-URL: #35732 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com>
1 parent 6a7a61b commit 69e7f20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎deps/v8/include/v8-version.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#defineV8_MAJOR_VERSION 8
1212
#defineV8_MINOR_VERSION 6
1313
#defineV8_BUILD_NUMBER 395
14-
#defineV8_PATCH_LEVEL16
14+
#defineV8_PATCH_LEVEL17
1515

1616
// Use 1 for candidates and 0 otherwise.
1717
// (Boolean macro values are not supported by all preprocessors.)

0 commit comments

Comments
 (0)