Update version

This commit is contained in:
Mackenzie 2022-06-23 16:53:06 +01:00
parent 2bb2dc9040
commit ba3b7f0ed0
No known key found for this signature in database
GPG Key ID: BD3A1767C7248575

View File

@ -29,7 +29,7 @@ std::string GetVer(){
return "2.0";
}
std::string GetPatch(){
return ".72";
return ".73";
}
std::string GetEP(char*P){
static std::string Ret = [&](){
@ -246,7 +246,7 @@ void EnableMP(){
}
void PreGame(const std::string& GamePath){
const std::string CurrVer("0.25.2.0");
const std::string CurrVer("0.25.3.0");
std::string GameVer = CheckVer(GamePath);
info("Game Version : " + GameVer);
if(GameVer < CurrVer){