Updated version number to 3.25
Review URL: https://webrtc-codereview.appspot.com/1149005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3600 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
		@@ -372,7 +372,7 @@ int ViEBaseImpl::GetVersion(char version[1024]) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  // Add WebRTC Version.
 | 
					  // Add WebRTC Version.
 | 
				
			||||||
  std::stringstream version_stream;
 | 
					  std::stringstream version_stream;
 | 
				
			||||||
  version_stream << "VideoEngine 3.24.0" << std::endl;
 | 
					  version_stream << "VideoEngine 3.25.0" << std::endl;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // Add build info.
 | 
					  // Add build info.
 | 
				
			||||||
  version_stream << "Build: svn:" << WEBRTC_SVNREVISION << " " << BUILDINFO
 | 
					  version_stream << "Build: svn:" << WEBRTC_SVNREVISION << " " << BUILDINFO
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user