projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c3483fa
)
Restore development version
author
Stéphane Nicolet
<cassio@free.fr>
Thu, 23 Jan 2020 16:17:26 +0000 (17:17 +0100)
committer
Stéphane Nicolet
<cassio@free.fr>
Thu, 23 Jan 2020 16:17:26 +0000 (17:17 +0100)
No functional change
src/misc.cpp
patch
|
blob
|
history
diff --git
a/src/misc.cpp
b/src/misc.cpp
index
95862eb
..
053ee67
100644
(file)
--- a/
src/misc.cpp
+++ b/
src/misc.cpp
@@
-56,7
+56,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 = "11";
+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