Removed test flags

This commit is contained in:
n00b
2024-12-01 17:12:50 -05:00
parent cfad58b99c
commit 0b66a9294f
4 changed files with 6 additions and 6 deletions

View File

@@ -4388,7 +4388,7 @@ int main(int argc, char * argv[])
if(rc_filename.compare("--version")==0)
{
cout << "RCBASIC Runtime v4.0a" << endl;
cout << "RCBASIC Runtime v4.0" << endl;
return 0;
}