Updated version number and removed test flag

This commit is contained in:
n00b87
2025-08-22 21:20:46 -05:00
parent ab9238cdb8
commit fd760f3201
2 changed files with 2 additions and 2 deletions

View File

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