quote:
Originally posted by blessedguy
it shows and incorrect version of messenger
Similar stuff to this has been part of some discussions. It really depends on if you prefer Major.Minor.Build.Revision (like 14.0.8050.1202, Microsoft prefers this way) or vice-versa (like 4.79.0.353, Patchou prefers Major.Minor.Revision.Build).
For what you should use in skins, I personally use
XML code:
<Compatibility>
<MsgVersion Major="14" Minor="0" Build="8050"/>
</Compatibility>
Just don't omit both Build and Revision as MS might release an incompatible update.