Update WebRTC code version (2023-01-23T04:11:41).

Bug: None
Change-Id: I83b8dd0c10f3429f19a8487fccfa06c4448f99fc
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291294
Bot-Commit: webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com <webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com>
Commit-Queue: webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com <webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#39169}
This commit is contained in:
webrtc-version-updater 2023-01-22 20:11:42 -08:00 committed by WebRTC LUCI CQ
parent 5e7ae14c11
commit d506651607

View File

@ -13,7 +13,7 @@
namespace webrtc { namespace webrtc {
// The timestamp is always in UTC. // The timestamp is always in UTC.
const char* const kSourceTimestamp = "WebRTC source stamp 2023-01-20T04:01:58"; const char* const kSourceTimestamp = "WebRTC source stamp 2023-01-23T04:11:41";
void LoadWebRTCVersionInRegister() { void LoadWebRTCVersionInRegister() {
// Using volatile to instruct the compiler to not optimize `p` away even // Using volatile to instruct the compiler to not optimize `p` away even