projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
344616e
)
Stockfish 8
author
Marco Costalba
<mcostalba@gmail.com>
Tue, 1 Nov 2016 09:19:17 +0000 (10:19 +0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Tue, 1 Nov 2016 09:19:17 +0000 (10:19 +0100)
Bench: 5926706
No functional change
src/misc.cpp
patch
|
blob
|
history
diff --git
a/src/misc.cpp
b/src/misc.cpp
index
08df524
..
4c6c254
100644
(file)
--- a/
src/misc.cpp
+++ b/
src/misc.cpp
@@
-32,7
+32,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 = "8";
/// 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