Skip to content

Commit

Permalink
Merge pull request #25 from area1/branch-9.2
Browse files Browse the repository at this point in the history
Google V8 - Branch 9.2
  • Loading branch information
buffer authored Jul 19, 2021
2 parents abfb3dd + 96bfad4 commit 9b15d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
V8_HOME = os.environ.get('V8_HOME', os.path.join(STPYV8_HOME, 'v8'))

V8_GIT_URL = "https://chromium.googlesource.com/v8/v8.git"
V8_GIT_TAG_STABLE = "9.1.269.39"
V8_GIT_TAG_STABLE = "9.2.230.20"
V8_GIT_TAG_MASTER = "master"
V8_GIT_TAG = V8_GIT_TAG_STABLE
DEPOT_GIT_URL = "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
Expand Down

0 comments on commit 9b15d71

Please sign in to comment.