Skip to content

Commit 80baee1

Browse files
webrtc-version-updaterWebRTC LUCI CQ
authored andcommitted
Update WebRTC code version (2023-05-10T04:12:11).
Bug: None Change-Id: I521964323ef616b5eee4c12eb167b158cc1cbd8a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/304691 Bot-Commit: [email protected] <[email protected]> Commit-Queue: [email protected] <[email protected]> Cr-Commit-Position: refs/heads/main@{#40035}
1 parent 39250a4 commit 80baee1

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 2023-05-09T04:05:34";
16+
const char* const kSourceTimestamp = "WebRTC source stamp 2023-05-10T04:12:11";
1717

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

0 commit comments

Comments
 (0)