Bump version to v2.7.0

This commit is contained in:
Tixx
2025-10-20 22:39:36 +02:00
parent 6f84b56f1b
commit a2789a8524
4 changed files with 8 additions and 2 deletions

View File

@@ -33,6 +33,7 @@ bool GConnected = false;
bool CServer = true;
SOCKET CSocket = -1;
SOCKET GSocket = -1;
std::string magic;
int KillSocket(uint64_t Dead) {
if (Dead == (SOCKET)-1) {
@@ -218,6 +219,8 @@ void ParserAsync(std::string_view Data) {
MStatus = Data;
UlStatus = "Uldone";
return;
case 'U':
magic = Data.substr(1);
default:
break;
}