projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9d5884c
)
Fairy-Stockfish 10.3
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Mon, 21 Oct 2019 10:31:56 +0000 (12:31 +0200)
committer
Fabian Fichter
<ianfab@users.noreply.github.com>
Mon, 21 Oct 2019 10:39:20 +0000 (12:39 +0200)
bench: 3686859
src/misc.cpp
patch
|
blob
|
history
diff --git
a/src/misc.cpp
b/src/misc.cpp
index
7781125
..
a37b732
100644
(file)
--- a/
src/misc.cpp
+++ b/
src/misc.cpp
@@
-56,7
+56,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 = "10.3";
/// 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