projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
0f6f42c
)
Restore development version
author
Stéphane Nicolet
<cassio@free.fr>
Sun, 4 Feb 2018 01:08:09 +0000 (
02:08
+0100)
committer
Stéphane Nicolet
<cassio@free.fr>
Sun, 4 Feb 2018 01:08:09 +0000 (
02:08
+0100)
No functional change.
src/misc.cpp
patch
|
blob
|
history
diff --git
a/src/misc.cpp
b/src/misc.cpp
index
2eb62f3
..
86c16d3
100644
(file)
--- a/
src/misc.cpp
+++ b/
src/misc.cpp
@@
-51,7
+51,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 = "9";
+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