From 33eff43a12ece5ecf2c0b99c9f5c294d46e6f9b4 Mon Sep 17 00:00:00 2001 From: webrtc-version-updater Date: Wed, 2 Aug 2023 21:03:50 -0700 Subject: [PATCH] Update WebRTC code version (2023-08-03T04:03:48). Bug: None Change-Id: I8e47e3c4d7835a6f62eb9f446cbabc420757cadd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/314881 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@{#40505} --- call/version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call/version.cc b/call/version.cc index 3ac7dcb96d..665df6c243 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-08-01T04:05:22"; +const char* const kSourceTimestamp = "WebRTC source stamp 2023-08-03T04:03:48"; void LoadWebRTCVersionInRegister() { // Using volatile to instruct the compiler to not optimize `p` away even