mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 19:46:55 +08:00
Restore development version
No functional change
This commit is contained in:
@@ -68,7 +68,7 @@ namespace Stockfish {
|
||||
namespace {
|
||||
|
||||
/// Version number or dev.
|
||||
const string version = "15.1";
|
||||
const string version = "dev";
|
||||
|
||||
/// Our fancy logging facility. The trick here is to replace cin.rdbuf() and
|
||||
/// cout.rdbuf() with two Tie objects that tie cin and cout to a file stream. We
|
||||
|
||||
Reference in New Issue
Block a user