Skip to content

Commit 5352352

Browse files
webrtc-version-updaterWebRTC LUCI CQ
authored andcommitted
Update WebRTC code version (2024-08-12T04:05:43).
Bug: None Change-Id: Ib9e0304090c76f37fe711b22181ce9fcf97a2b64 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/359122 Commit-Queue: [email protected] <[email protected]> Bot-Commit: [email protected] <[email protected]> Cr-Commit-Position: refs/heads/main@{#42758}
1 parent 1f001ac commit 5352352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

call/version.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
namespace webrtc {
1414

1515
// The timestamp is always in UTC.
16-
const char* const kSourceTimestamp = "WebRTC source stamp 2024-08-11T04:05:09";
16+
const char* const kSourceTimestamp = "WebRTC source stamp 2024-08-12T04:05:43";
1717

1818
void LoadWebRTCVersionInRegister() {
1919
// Using volatile to instruct the compiler to not optimize `p` away even

0 commit comments

Comments
 (0)