Updated version number to 3.24

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3533 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
elham@webrtc.org 2013-02-19 19:05:14 +00:00
parent 1682f71210
commit 10741b32b8

View File

@ -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.23.0" << std::endl; version_stream << "VideoEngine 3.24.0" << std::endl;
// Add build info. // Add build info.
version_stream << "Build: svn:" << WEBRTC_SVNREVISION << " " << BUILDINFO version_stream << "Build: svn:" << WEBRTC_SVNREVISION << " " << BUILDINFO