Update WebRTC code version (2024-12-28T04:05:47).

Bug: None
Change-Id: I5eb04f44ace3c12e20179fcc2e5696249e35c799
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/372764
Commit-Queue: webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com <webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com>
Bot-Commit: webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com <webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#43638}
This commit is contained in:
webrtc-version-updater 2024-12-27 20:06:06 -08:00 committed by WebRTC LUCI CQ
parent eefcf9e1c1
commit ca85d1fd91

View File

@ -13,7 +13,7 @@
namespace webrtc { namespace webrtc {
// The timestamp is always in UTC. // The timestamp is always in UTC.
const char* const kSourceTimestamp = "WebRTC source stamp 2024-12-27T04:03:25"; const char* const kSourceTimestamp = "WebRTC source stamp 2024-12-28T04:05:47";
void LoadWebRTCVersionInRegister() { void LoadWebRTCVersionInRegister() {
// Using volatile to instruct the compiler to not optimize `p` away even // Using volatile to instruct the compiler to not optimize `p` away even