webrtc-version-updater
2021-05-27 21:03:29 -07:00
committed by WebRTC LUCI CQ
parent 319bac634b
commit d325f322c7

View File

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