Bump version number in sendalert.cpp

This commit is contained in:
Simon 2016-10-26 12:00:43 -07:00
parent 3fedcfedcb
commit 55d4f13bb7
1 changed files with 3 additions and 3 deletions

View File

@ -76,9 +76,9 @@ void ThreadSendAlert()
alert.nCancel = 0; // cancels previous messages up to this ID number
// These versions are protocol versions
// 70002 : 0.11.2.*
alert.nMinVer = 70002;
alert.nMaxVer = 70002;
// 170002 : 1.0.0
alert.nMinVer = 170002;
alert.nMaxVer = 170002;
//
// main.cpp: