From 079b36bd4ff46d830a902d7eb7dcf8e4bfb3ed32 Mon Sep 17 00:00:00 2001 From: webrtc-version-updater Date: Thu, 29 Jun 2023 21:03:18 -0700 Subject: [PATCH] Update WebRTC code version (2023-06-30T04:03:17). Bug: None Change-Id: Ib00f317ca802d03c530c0d42fc1d14881bf4bc1f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/311082 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@{#40382} --- call/version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call/version.cc b/call/version.cc index e54e6217e0..99972dca98 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-06-29T04:02:14"; +const char* const kSourceTimestamp = "WebRTC source stamp 2023-06-30T04:03:17"; void LoadWebRTCVersionInRegister() { // Using volatile to instruct the compiler to not optimize `p` away even