Update version number to 3.34

R=wu@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4315 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
tnakamura@webrtc.org 2013-07-09 18:40:52 +00:00
parent fc496d95df
commit c79b9295cd

View File

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