From 19d96365b2000376e84293cfaadd419abbe548cf Mon Sep 17 00:00:00 2001 From: webrtc-version-updater Date: Tue, 22 Nov 2022 20:04:58 -0800 Subject: [PATCH] Update WebRTC code version (2022-11-23T04:04:56). Bug: None Change-Id: I1b9eeddbc4fa14c57314faf0e953a00d6b88534f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/284820 Commit-Queue: webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com Bot-Commit: webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com Cr-Commit-Position: refs/heads/main@{#38714} --- call/version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call/version.cc b/call/version.cc index afe7d74ff9..0ff174827d 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-11-22T04:11:16"; +const char* const kSourceTimestamp = "WebRTC source stamp 2022-11-23T04:04:56"; void LoadWebRTCVersionInRegister() { // Using volatile to instruct the compiler to not optimize `p` away even