webrtc-version-updater
2021-07-15 21:04:28 -07:00
committed by WebRTC LUCI CQ
parent 07b3ff93e2
commit 556ca9d833

View File

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