webrtc-version-updater
2021-07-06 21:06:35 -07:00
committed by WebRTC LUCI CQ
parent 53d3fc9b1c
commit e07f8c578b

View File

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