Version 10.6.1 Change-Id: I81a886e1ce6542052409b7acebf6f74f0c68261f Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3781735 Bot-Commit: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/10.6.1@{#1} Cr-Branched-From: c53c20fe64b5b21f5a4838ebcfdb96357189fc76-refs/heads/main@{#81881}
diff --git a/WATCHLISTS b/WATCHLISTS index e2f506a..feadac3 100644 --- a/WATCHLISTS +++ b/WATCHLISTS
@@ -132,7 +132,7 @@ ], 'merges': [ # Only enabled on branches created with tools/release/create_release.py - # 'v8-merges@googlegroups.com', + 'v8-merges@googlegroups.com', ], 'wasm': [ 'wasm-v8@google.com',
diff --git a/include/v8-version.h b/include/v8-version.h index b35f370..1f217f1 100644 --- a/include/v8-version.h +++ b/include/v8-version.h
@@ -10,11 +10,11 @@ // system so their names cannot be changed without changing the scripts. #define V8_MAJOR_VERSION 10 #define V8_MINOR_VERSION 6 -#define V8_BUILD_NUMBER 0 +#define V8_BUILD_NUMBER 1 #define V8_PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -#define V8_IS_CANDIDATE_VERSION 1 +#define V8_IS_CANDIDATE_VERSION 0 #endif // V8_INCLUDE_VERSION_H_