Skip to content
Snippets Groups Projects
Commit 97bd2432 authored by rswindell's avatar rswindell
Browse files

Upped required rev to v3.10F

parent 8bb72401
No related branches found
No related tags found
No related merge requests found
......@@ -610,7 +610,7 @@ void __fastcall TMainForm::FormCreate(TObject *Sender)
// Verify SBBS.DLL version
long bbs_ver = bbs_ver_num();
if(bbs_ver < (0x31000 | 'D'-'A') || bbs_ver > (0x399<<8)) {
if(bbs_ver < (0x31000 | 'F'-'A') || bbs_ver > (0x399<<8)) {
char str[128];
sprintf(str,"Incorrect SBBS.DLL Version (%lX)",bbs_ver);
Application->MessageBox(str,"ERROR",MB_OK|MB_ICONEXCLAMATION);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment