Bump version number to 3.11
Review URL: https://webrtc-codereview.appspot.com/744005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2658 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
727a9f5648
commit
2a74de1e78
@ -397,7 +397,7 @@ int ViEBaseImpl::GetVersion(char version[1024]) {
|
||||
|
||||
// Add WebRTC Version.
|
||||
std::stringstream version_stream;
|
||||
version_stream << "VideoEngine 3.9.0" << std::endl;
|
||||
version_stream << "VideoEngine 3.11.0" << std::endl;
|
||||
|
||||
// Add build info.
|
||||
version_stream << "Build: svn:" << WEBRTC_SVNREVISION << " " << BUILDINFO
|
||||
|
Loading…
Reference in New Issue
Block a user