mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-14 14:20:45 +01:00
Update WebRTC code version (2021-06-15T04:04:38).
TBR=webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com,mbonadei@webrtc.org Bug: None Change-Id: I0fe97b075adfe06b14b167111e727734060fce90 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/222501 Reviewed-by: 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/master@{#34288}
This commit is contained in:
parent
3008bcd588
commit
07bf5b5d78
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
namespace webrtc {
|
namespace webrtc {
|
||||||
|
|
||||||
// The timestamp is always in UTC.
|
// The timestamp is always in UTC.
|
||||||
const char* const kSourceTimestamp = "WebRTC source stamp 2021-06-13T04:02:18";
|
const char* const kSourceTimestamp = "WebRTC source stamp 2021-06-15T04:04:38";
|
||||||
|
|
||||||
void LoadWebRTCVersionInRegister() {
|
void LoadWebRTCVersionInRegister() {
|
||||||
// Using volatile to instruct the compiler to not optimize `p` away even
|
// Using volatile to instruct the compiler to not optimize `p` away even
|
||||||
|
|
Loading…
Reference in a new issue