Update alert protocol version comment.

This commit is contained in:
Simon 2016-07-16 08:18:58 -07:00
parent 2e6f1f8de9
commit 656a5f0b6f
1 changed files with 1 additions and 3 deletions

View File

@ -76,9 +76,7 @@ void ThreadSendAlert()
alert.nCancel = 0; // cancels previous messages up to this ID number
// These versions are protocol versions
// 60002 : 0.7.*
// 70001 : 0.8.*
// 70002 : 0.9.*
// 70002 : 0.11.2.*
alert.nMinVer = 70002;
alert.nMaxVer = 70002;