projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
feb9ffa
)
Fairy-Stockfish 11.2
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Wed, 23 Sep 2020 07:39:22 +0000 (09:39 +0200)
committer
Fabian Fichter
<ianfab@users.noreply.github.com>
Wed, 23 Sep 2020 07:39:22 +0000 (09:39 +0200)
bench: 4262221
src/misc.cpp
patch
|
blob
|
history
diff --git
a/src/misc.cpp
b/src/misc.cpp
index
da02150
..
7fe92c8
100644
(file)
--- a/
src/misc.cpp
+++ b/
src/misc.cpp
@@
-61,7
+61,7
@@
namespace {
/// Version number. If Version is left empty, then compile date in the format
/// DD-MM-YY and show in engine_info.
-const string Version = "";
+const string Version = "11.2";
/// 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