projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1b5b900
)
Stockfish 7 Beta 1
author
Joona Kiiski
<joona@zoox.com>
Sun, 27 Dec 2015 19:35:48 +0000 (19:35 +0000)
committer
Joona Kiiski
<joona@zoox.com>
Sun, 27 Dec 2015 19:36:56 +0000 (19:36 +0000)
Bench: 8355485
No functional change
src/misc.cpp
patch
|
blob
|
history
diff --git
a/src/misc.cpp
b/src/misc.cpp
index
bb51cf4
..
54209f6
100644
(file)
--- a/
src/misc.cpp
+++ b/
src/misc.cpp
@@
-31,7
+31,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 = "7Beta1";
/// 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