projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
fcefe21
)
Return to development version
author
Fabian Fichter
<ianfab@users.noreply.github.com>
Tue, 18 May 2021 13:26:05 +0000 (15:26 +0200)
committer
Fabian Fichter
<ianfab@users.noreply.github.com>
Tue, 18 May 2021 13:26:05 +0000 (15:26 +0200)
src/misc.cpp
patch
|
blob
|
history
diff --git
a/src/misc.cpp
b/src/misc.cpp
index
c1cab69
..
ec4dd94
100644
(file)
--- a/
src/misc.cpp
+++ b/
src/misc.cpp
@@
-65,7
+65,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 = "13.1";
+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