CVS commit by goossens: bump client version to 6.0.0602 M +1 -1 msnauthsocket.cpp 1.13.2.5 --- kdenonbeta/kopete/protocols/msn/msnauthsocket.cpp #1.13.2.4:1.13.2.5 @@ -86,5 +86,5 @@ void MSNAuthSocket::parseCommand( const if( cmd == "VER" ) { - sendCommand("CVR" , "0x0409 winnt 5.1 i386 MSNMSGR 6.0.0 MSMSGS " + m_msnId ); + sendCommand("CVR" , "0x0409 winnt 5.1 i386 MSNMSGR 6.0.0602 MSMSGS " + m_msnId ); /* KGlobal::config()->setGroup( "MSN" ); QString agent=KGlobal::config()->readEntry( "UserAgent", QString::null );