Updated version number in the compiler

This commit is contained in:
n00b87
2025-08-22 22:10:21 -05:00
parent fd760f3201
commit c2e898aa87

View File

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