projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d4af15f
)
Stockfish 7
author
Joona Kiiski
<joona@zoox.com>
Sat, 2 Jan 2016 20:26:02 +0000 (20:26 +0000)
committer
Joona Kiiski
<joona@zoox.com>
Sat, 2 Jan 2016 20:26:02 +0000 (20:26 +0000)
Bench: 8355485
No functional change
src/misc.cpp
patch
|
blob
|
history
diff --git
a/src/misc.cpp
b/src/misc.cpp
index
30cfb41
..
551a510
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 = "7Beta2";
+const string Version = "7";
/// 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