Skip to content

Commit

Permalink
Version 11.5.150.1
Browse files Browse the repository at this point in the history
Change-Id: I57fb3b9bb4f3d2efed685294e652d791e34f700e
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4554879
Reviewed-by: Lutz Vahl <[email protected]>
Commit-Queue: Lutz Vahl <[email protected]>
Cr-Commit-Position: refs/branch-heads/11.5@{#1}
Cr-Branched-From: 0c4044b-refs/heads/11.5.150@{#1}
Cr-Branched-From: b71d303-refs/heads/main@{#87781}
  • Loading branch information
V8 Autoroll authored and V8 LUCI CQ committed May 23, 2023
1 parent 0c4044b commit e8b4623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gni/release_branch_toggle.gni
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# found in the LICENSE file.

declare_args() {
is_on_release_branch = false
is_on_release_branch = true
}
2 changes: 1 addition & 1 deletion include/v8-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define V8_MAJOR_VERSION 11
#define V8_MINOR_VERSION 5
#define V8_BUILD_NUMBER 150
#define V8_PATCH_LEVEL 0
#define V8_PATCH_LEVEL 1

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

0 comments on commit e8b4623

Please sign in to comment.