projects
/
stockfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef4822a
)
Restore development version
author
Joost VandeVondele
<Joost.VandeVondele@gmail.com>
Mon, 1 Nov 2021 05:28:37 +0000
(06:28 +0100)
committer
Joost VandeVondele
<Joost.VandeVondele@gmail.com>
Mon, 1 Nov 2021 05:28:37 +0000
(06:28 +0100)
No functional change
src/misc.cpp
patch
|
blob
|
history
diff --git
a/src/misc.cpp
b/src/misc.cpp
index bb3a641bca9ff0b858568245dd33dae9bf53a853..f9c123374f25162dc23e1af70dc7a1fe4076a5af 100644
(file)
--- a/
src/misc.cpp
+++ b/
src/misc.cpp
@@
-67,7
+67,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 = "
14.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