mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00:00
Restore development version
No functional change
This commit is contained in:
parent
758f9c9350
commit
e8caa6640d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue