mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
add OS release number to reg data
This commit is contained in:
parent
810dfac8b8
commit
fdbdfa5911
1 changed files with 1 additions and 0 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue