From a32e4ca33dc81da6db255ba59aa8d18ccc6d2a81 Mon Sep 17 00:00:00 2001 From: webrtc-version-updater Date: Fri, 31 Dec 2021 20:04:56 -0800 Subject: [PATCH] Update WebRTC code version (2022-01-01T04:04:54). Bug: None Change-Id: I3dda6634ea3d54991214f52bfaadd28640391890 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/243821 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@{#35603} --- call/version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call/version.cc b/call/version.cc index be928267aa..6536aae425 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 2021-12-31T04:05:20"; +const char* const kSourceTimestamp = "WebRTC source stamp 2022-01-01T04:04:54"; void LoadWebRTCVersionInRegister() { // Using volatile to instruct the compiler to not optimize `p` away even