projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
dd9cf30
)
Restore development version
author
Joona Kiiski
<joona@zoox.com>
Sun, 3 Jan 2016 13:52:01 +0000 (13:52 +0000)
committer
Joona Kiiski
<joona@zoox.com>
Sun, 3 Jan 2016 13:52:01 +0000 (13:52 +0000)
src/misc.cpp
patch
|
blob
|
history
diff --git
a/src/misc.cpp
b/src/misc.cpp
index
551a510
..
e2f101a
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 = "7";
+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