We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5bb5c7 commit b6c9e2fCopy full SHA for b6c9e2f
tools/dep_updaters/update-v8-patch.sh
@@ -26,8 +26,8 @@ CURRENT_PATCH_VERSION=$(grep "#define V8_PATCH_LEVEL" "$DEPS_DIR/v8/include/v8-v
26
NEW_VERSION="$CURRENT_MAJOR_VERSION.$CURRENT_MINOR_VERSION.$CURRENT_BUILD_VERSION.$CURRENT_PATCH_VERSION"
27
28
29
-# Update the version number. We need to call this function twice to update
30
-# both V8 and v8 (upper/lower case)
+# Update the version number. We have to call it twice because V8 is written
+# both in lowercase and uppdercase
31
update_dependency_version "v8" "$NEW_VERSION"
32
update_dependency_version "V8" "$NEW_VERSION"
33
0 commit comments