Update WebRTC to version 3.48

R=wu@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/6189004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5324 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
tnakamura@webrtc.org 2013-12-19 22:38:38 +00:00
parent 54ae4ffb9e
commit a463d73b99

View File

@ -383,7 +383,7 @@ int ViEBaseImpl::GetVersion(char version[1024]) {
// Add WebRTC Version.
std::stringstream version_stream;
version_stream << "VideoEngine 3.47.0" << std::endl;
version_stream << "VideoEngine 3.48.0" << std::endl;
// Add build info.
version_stream << "Build: " << BUILDINFO << std::endl;