From 727080cbacd58a2f303ed8a03f0264fe1493e47a Mon Sep 17 00:00:00 2001 From: webrtc-version-updater Date: Fri, 30 Dec 2022 20:05:02 -0800 Subject: [PATCH] Update WebRTC code version (2022-12-31T04:05:01). Bug: None Change-Id: Id3ad1996e58f46cb9a987e99fa05374b50653c3f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/290121 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@{#38968} --- call/version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call/version.cc b/call/version.cc index 41ab95989a..243a4cc72e 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-12-29T04:10:49"; +const char* const kSourceTimestamp = "WebRTC source stamp 2022-12-31T04:05:01"; void LoadWebRTCVersionInRegister() { // Using volatile to instruct the compiler to not optimize `p` away even