Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade from Chromium 100.0.4896.88 to Chromium 100.0.4896.127 (1.38.x) #13030

Merged
merged 2 commits into from
Apr 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"projects": {
"chrome": {
"dir": "src",
"tag": "100.0.4896.88",
"tag": "100.0.4896.127",
"repository": {
"url": "https://github.com/chromium/chromium"
}
Expand Down
4 changes: 2 additions & 2 deletions patches/chrome-VERSION.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
diff --git a/chrome/VERSION b/chrome/VERSION
index d81e6812dddbf44c6f2ac5a3d73c63dd3e2f071c..a19837099b94bf2602c2f4dc1aa9084e0554f06a 100644
index 92d6b0811a2a6365a136edff1588150602966d9f..8e5a703c846c5ff0405fbcc6d76d3fe74655506c 100644
--- a/chrome/VERSION
+++ b/chrome/VERSION
@@ -1,4 +1,4 @@
MAJOR=100
-MINOR=0
-BUILD=4896
-PATCH=88
-PATCH=127
+MINOR=1
+BUILD=38
+PATCH=94