Updated version number to 3.22

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3469 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
elham@webrtc.org 2013-02-04 21:34:05 +00:00
parent 23e3559507
commit c4e45f67c0

View File

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