projects
/
stockfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
23f384c
)
Restore development version
author
Marco Costalba
<mcostalba@gmail.com>
Sat, 5 Nov 2016 08:32:05 +0000
(09:32 +0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Sat, 5 Nov 2016 08:32:39 +0000
(09:32 +0100)
No functional change.
src/misc.cpp
patch
|
blob
|
history
diff --git
a/src/misc.cpp
b/src/misc.cpp
index
4c6c254
..
08df524
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.
/// Version number. If Version is left empty, then compile date in the format
/// DD-MM-YY and show in engine_info.
-const string Version = "
8
";
+const string Version = "";
/// 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
/// 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