update 2.0.81

This commit is contained in:
Simon Abed El Sater 2022-12-18 14:39:54 +02:00 committed by GitHub
parent 399461d1b1
commit a64fead653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ std::string GetVer(){
return "2.0"; return "2.0";
} }
std::string GetPatch(){ std::string GetPatch(){
return ".80"; return ".81";
} }
std::string GetEP(char*P){ std::string GetEP(char*P){