bump version to 3.9.0

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2556 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
elham@webrtc.org 2012-08-03 17:47:52 +00:00
parent 4889120a84
commit c0348fb349

View File

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