Skip to content

Commit

Permalink
Backport upstream changes up to 0848d56 (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: Kai Ren <[email protected]>
  • Loading branch information
rogurotus and tyranron authored Nov 14, 2023
1 parent a34d8d6 commit 3112a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CCACHE_VERSION=4.6
CCACHE_VERSION=4.8.3

# WebRTC doesn't have its own versioning, so we use Chromium versions:
# https://chromiumdash.appspot.com/releases
Expand Down
2 changes: 1 addition & 1 deletion build.windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function Exec

# VERSIONファイル読み込み
$lines = get-content VERSION
foreach($line in $lines){
foreach ($line in $lines) {
# WEBRTC_COMMITの行のみ取得する
if ($line -match "^WEBRTC_") {
$name, $value = $line.split("=",2)
Expand Down

0 comments on commit 3112a41

Please sign in to comment.