| commit | 6332a8b40dbdacd64bd19034750129da2d95efd0 | [log] [tgz] |
|---|---|---|
| author | webrtc-version-updater <[email protected]> | Sat Nov 15 04:07:04 2025 |
| committer | WebRTC LUCI CQ <[email protected]> | Sat Nov 15 06:30:42 2025 |
| tree | 860df7f7460b5fec9c6548ab70c0c196f9c0f0ac | |
| parent | 790f500752892830f444f3f0098fc910886d4ecd [diff] |
Update WebRTC code version (2025-11-15T04:07:03). Bug: None Change-Id: Ic99850825ccc42f1f2c545b6ac388e2053445e72 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/425802 Bot-Commit: [email protected] <[email protected]> Commit-Queue: [email protected] <[email protected]> Cr-Commit-Position: refs/heads/main@{#46200}
diff --git a/call/version.cc b/call/version.cc index b739a1b..0192d50 100644 --- a/call/version.cc +++ b/call/version.cc
@@ -13,7 +13,7 @@ namespace webrtc { // The timestamp is always in UTC. -const char* const kSourceTimestamp = "WebRTC source stamp 2025-11-13T04:06:45"; +const char* const kSourceTimestamp = "WebRTC source stamp 2025-11-15T04:07:03"; void LoadWebRTCVersionInRegister() { // Using volatile to instruct the compiler to not optimize `p` away even