Updated version number in runtime to 4.9

This commit is contained in:
n00b87
2026-03-04 00:56:29 -06:00
parent 135b9f8bbb
commit 28f8412c6d

View File

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