Bump WebRTC version to 3.8.1

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2479 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
vikasmarwaha@webrtc.org 2012-07-02 18:11:06 +00:00
parent cf21b9be87
commit e85c77bd7c

View File

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