Skip to content

Commit 88ed2e3

Browse files
author
v8-ci-autoroll-builder
committed
Version 8.4.371
TBR=v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Change-Id: If95c121240c7307fa0f01906e79435a16f4810f9 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2199003 Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/8.4.371@{#1} Cr-Branched-From: 35f88bf-refs/heads/master@{#67773}
1 parent 35f88bf commit 88ed2e3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

WATCHLISTS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
],
118118
'merges': [
119119
# Only enabled on branches created with tools/release/create_release.py
120-
120+
121121
],
122122
'wasm': [
123123

include/v8-version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
// system so their names cannot be changed without changing the scripts.
1111
#define V8_MAJOR_VERSION 8
1212
#define V8_MINOR_VERSION 4
13-
#define V8_BUILD_NUMBER 0
13+
#define V8_BUILD_NUMBER 371
1414
#define V8_PATCH_LEVEL 0
1515

1616
// Use 1 for candidates and 0 otherwise.
1717
// (Boolean macro values are not supported by all preprocessors.)
18-
#define V8_IS_CANDIDATE_VERSION 1
18+
#define V8_IS_CANDIDATE_VERSION 0
1919

2020
#endif // V8_INCLUDE_VERSION_H_

0 commit comments

Comments
 (0)