summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/call/version.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libwebrtc/call/version.cc')
-rw-r--r--third_party/libwebrtc/call/version.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libwebrtc/call/version.cc b/third_party/libwebrtc/call/version.cc
index 44c8c77156..5770253625 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 2023-10-30T04:03:42";
+const char* const kSourceTimestamp = "WebRTC source stamp 2023-12-03T04:02:06";
void LoadWebRTCVersionInRegister() {
// Using volatile to instruct the compiler to not optimize `p` away even