Updated WebRTC version to 3.51

TBR=wu@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5783 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
elham@webrtc.org 2014-03-25 18:41:14 +00:00
parent ae3347a546
commit 39f8ddae70

View File

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