webrtc-version-updater
2021-08-16 21:05:33 -07:00
committed by WebRTC LUCI CQ
parent d912446f52
commit a32495005d

View File

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