Skip to content

Commit

Permalink
Backported stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Nov 14, 2023
1 parent 78df8f4 commit 9575fcf
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 9575fcf

Please sign in to comment.