From 85bb04c7ba73e2faf526ad98a8f66eacb4879cd7 Mon Sep 17 00:00:00 2001 From: webrtc-version-updater Date: Tue, 2 Aug 2022 21:03:48 -0700 Subject: [PATCH] Update WebRTC code version (2022-08-03T04:03:46). Bug: None Change-Id: I140e85c6a264e0738cfa8999e8932982662cd295 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/270447 Bot-Commit: webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com Commit-Queue: webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com Cr-Commit-Position: refs/heads/main@{#37671} --- call/version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call/version.cc b/call/version.cc index 61a2dce443..d6b3d23aba 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 2022-08-02T04:04:41"; +const char* const kSourceTimestamp = "WebRTC source stamp 2022-08-03T04:03:46"; void LoadWebRTCVersionInRegister() { // Using volatile to instruct the compiler to not optimize `p` away even