Updated WebRTC version to 3.43

TBR=mallinath@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4842 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
elham@webrtc.org 2013-09-25 21:45:23 +00:00
parent 0c0fae8a5e
commit cecaae2e4c

View File

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