Updated WebRTC version to 3.42

R=mallinath@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4811 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/video_engine/vie_base_impl.cc b/video_engine/vie_base_impl.cc
index c78f57a..2a8af28 100644
--- a/video_engine/vie_base_impl.cc
+++ b/video_engine/vie_base_impl.cc
@@ -347,7 +347,7 @@
 
   // Add WebRTC Version.
   std::stringstream version_stream;
-  version_stream << "VideoEngine 3.41.0" << std::endl;
+  version_stream << "VideoEngine 3.42.0" << std::endl;
 
   // Add build info.
   version_stream << "Build: svn:" << WEBRTC_SVNREVISION << " " << BUILDINFO