diff options
Diffstat (limited to 'third_party/libwebrtc/call/version.cc')
-rw-r--r-- | third_party/libwebrtc/call/version.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libwebrtc/call/version.cc b/third_party/libwebrtc/call/version.cc index 85fdf004ea..9b1f88ad87 100644 --- a/third_party/libwebrtc/call/version.cc +++ b/third_party/libwebrtc/call/version.cc @@ -13,7 +13,7 @@ namespace webrtc { // The timestamp is always in UTC. -const char* const kSourceTimestamp = "WebRTC source stamp 2024-01-21T04:12:31"; +const char* const kSourceTimestamp = "WebRTC source stamp 2024-02-18T04:06:34"; void LoadWebRTCVersionInRegister() { // Using volatile to instruct the compiler to not optimize `p` away even |