webrtc-version-updater
2021-08-23 21:04:18 -07:00
committed by WebRTC LUCI CQ
parent 1ceeef38d3
commit 8fa5e65818

View File

@ -13,7 +13,7 @@
namespace webrtc {
// The timestamp is always in UTC.
const char* const kSourceTimestamp = "WebRTC source stamp 2021-08-23T04:04:03";
const char* const kSourceTimestamp = "WebRTC source stamp 2021-08-24T04:04:16";
void LoadWebRTCVersionInRegister() {
// Using volatile to instruct the compiler to not optimize `p` away even