mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 02:47:45 +00:00
Change the name to Glaurung clone
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+2
-2
@@ -78,12 +78,12 @@ const std::string engine_name() {
|
||||
size_t mon = 1 + months.find(date.substr(0, 3)) / 4;
|
||||
|
||||
std::stringstream s;
|
||||
s << "Glaurung " << date.substr(date.length() - 2) << std::setfill('0')
|
||||
s << "Glaurung clone " << date.substr(date.length() - 2) << std::setfill('0')
|
||||
<< std::setw(2) << mon << date.substr(4, 2);
|
||||
|
||||
return s.str();
|
||||
} else
|
||||
return "Glaurung " + EngineVersion;
|
||||
return "Glaurung clone " + EngineVersion;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user