webrtc-version-updater
2021-05-10 21:03:03 -07:00
committed by WebRTC LUCI CQ
parent 60e2c0af0b
commit c3aeac35b5

View File

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