Updated version number

This commit is contained in:
n00b
2025-01-26 00:00:20 -05:00
parent 17b420578c
commit 979c946429
2 changed files with 2 additions and 2 deletions

View File

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