From 9b239001bc12b1d71825c5ed47597d3fcbba058a Mon Sep 17 00:00:00 2001 From: webrtc-version-updater Date: Mon, 16 Jan 2023 20:11:10 -0800 Subject: [PATCH] Update WebRTC code version (2023-01-17T04:11:09). Bug: None Change-Id: Id2d9e132bcf9b0ad7efa75b4dbab77ac15457b44 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291036 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@{#39121} --- call/version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call/version.cc b/call/version.cc index 6ec45f9309..7727ff2d91 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 2023-01-16T04:07:02"; +const char* const kSourceTimestamp = "WebRTC source stamp 2023-01-17T04:11:09"; void LoadWebRTCVersionInRegister() { // Using volatile to instruct the compiler to not optimize `p` away even