Updated version info

This commit is contained in:
n00b87
2026-01-28 00:15:50 -06:00
parent 61e55f72f6
commit 17238f3eeb
14 changed files with 2021 additions and 1777 deletions

View File

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