add OS release number to reg data

This commit is contained in:
Eric House 2013-09-04 21:05:39 -07:00
parent 810dfac8b8
commit fdbdfa5911

View file

@ -626,6 +626,7 @@ public class RelayService extends XWService
out.writeShort( GitVersion.CLIENT_VERS_RELAY );
writeVLIString( out, GitVersion.VERS );
writeVLIString( out, Build.MODEL );
writeVLIString( out, Build.VERSION.RELEASE );
postPacket( bas, XWRelayReg.XWPDEV_REG );
} catch ( java.io.IOException ioe ) {