Updating version number to 3.12

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2774 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
elham@webrtc.org 2012-09-14 20:38:56 +00:00
parent 52b9c58fac
commit 19f200edf3

View File

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