Updated version number

This commit is contained in:
n00b
2025-01-12 19:38:17 -05:00
parent 4723ed8c6f
commit 8e161a1a22
5 changed files with 213 additions and 208 deletions

View File

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