Update version to 4,10,0,4

Günther Brammer 2010-11-15 00:00:36 +01:00
parent 8134101bfd
commit a70b36b0b5
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ SET(C4ENGINEID "${C4PROJECT_TLD}.${C4PROJECT_DOMAIN}.${C4ENGINENICK}")
SET(C4XVER1 4)
SET(C4XVER2 10)
SET(C4XVER3 0)
SET(C4XVER4 3)
SET(C4XVER4 4)
SET(C4VERSIONBUILDNAME "Back to the Rocks")

View File

@ -91,7 +91,7 @@ if($link && $db) {
}
else { //list availabe games
$list = $server->GetReferenceArray(false);
$message = "[OpenClonk]\nVersion=4,10,0,3\nMOTD=<c 0fff0f>Which is worse: ignorance or apathy? Who knows? Who cares?\n\n";
$message = "[OpenClonk]\nVersion=4,10,0,4\nMOTD=<c 0fff0f>Which is worse: ignorance or apathy? Who knows? Who cares?\n\n";
foreach($list as $reference) {
if(!empty($message)) $message .= "\n\n";
$message .= $reference['data'];