webrtc-version-updater
2021-05-03 21:04:38 -07:00
committed by WebRTC LUCI CQ
parent 7c256c99a1
commit e1ba87c59f

View File

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