From f81fd2f21154125690dc2ac65b03b7585360d173 Mon Sep 17 00:00:00 2001 From: webrtc-version-updater Date: Sat, 18 Jun 2022 21:03:35 -0700 Subject: [PATCH] Update WebRTC code version (2022-06-19T04:03:34). Bug: None Change-Id: I9cbef50d6ff312e74f409da09f0b78adc382017a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/266240 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@{#37266} --- call/version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call/version.cc b/call/version.cc index 18a083eceb..474daf57fa 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-06-18T04:01:59"; +const char* const kSourceTimestamp = "WebRTC source stamp 2022-06-19T04:03:34"; void LoadWebRTCVersionInRegister() { // Using volatile to instruct the compiler to not optimize `p` away even