From 2bb2dc90405f877d154c8bf2787a1aaf63217204 Mon Sep 17 00:00:00 2001 From: Mackenzie <41524393+Mack29446@users.noreply.github.com> Date: Tue, 21 Jun 2022 14:28:10 +0100 Subject: [PATCH] Update version --- src/Startup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Startup.cpp b/src/Startup.cpp index 9b8d047..a94bc80 100755 --- a/src/Startup.cpp +++ b/src/Startup.cpp @@ -29,7 +29,7 @@ std::string GetVer(){ return "2.0"; } std::string GetPatch(){ - return ".71"; + return ".72"; } 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.1.0"); + const std::string CurrVer("0.25.2.0"); std::string GameVer = CheckVer(GamePath); info("Game Version : " + GameVer); if(GameVer < CurrVer){