mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
Update WebRTC code version (2023-03-22T04:02:52).
Bug: None Change-Id: I46a963194b53e85508379b9391e0c777970f2ca3 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/298683 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@{#39632}
This commit is contained in:
parent
f59d8ad78e
commit
59330974c1
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
namespace webrtc {
|
||||
|
||||
// The timestamp is always in UTC.
|
||||
const char* const kSourceTimestamp = "WebRTC source stamp 2023-03-21T04:02:25";
|
||||
const char* const kSourceTimestamp = "WebRTC source stamp 2023-03-22T04:02:52";
|
||||
|
||||
void LoadWebRTCVersionInRegister() {
|
||||
// Using volatile to instruct the compiler to not optimize `p` away even
|
||||
|
|
Loading…
Reference in a new issue