Updated version number

This commit is contained in:
n00b87
2025-08-31 22:39:13 -05:00
parent bfdff4207a
commit 91b7b1b3d7
4 changed files with 99 additions and 10 deletions

View File

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