Updated version number and removed test flag

This commit is contained in:
n00b87
2025-08-22 21:20:46 -05:00
parent ab9238cdb8
commit fd760f3201
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -2,7 +2,7 @@
#define RC_OS_DEFINES_H_INCLUDED
//USED FOR TESTING ONLY
#define RC_TESTING
//#define RC_TESTING
//I am checking Android first since I think it also defines __linux__