Restore development version

No functional change
This commit is contained in:
Joost VandeVondele
2022-12-08 20:33:32 +01:00
parent 758f9c9350
commit e8caa6640d

View File

@@ -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