Skip to content

Commit 0b7bda0

Browse files
author
v8-ci-autoroll-builder
committed
Version 9.6.180
Change-Id: I5496e12a7467e99474da27777dc77da6b00a8498 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3208066 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/9.6.180@{#1} Cr-Branched-From: 41a5a24-refs/heads/main@{#77244}
1 parent 41a5a24 commit 0b7bda0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WATCHLISTS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
],
142142
'merges': [
143143
# Only enabled on branches created with tools/release/create_release.py
144-
144+
145145
],
146146
'wasm': [
147147

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 9
1212
#define V8_MINOR_VERSION 6
13-
#define V8_BUILD_NUMBER 0
13+
#define V8_BUILD_NUMBER 180
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)