projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1b62b47
)
Stockfish 6 Release Candidate 1
author
Joona Kiiski
<joona.kiiski@gmail.com>
Sat, 17 Jan 2015 23:19:18 +0000 (23:19 +0000)
committer
Joona Kiiski
<joona.kiiski@gmail.com>
Sun, 18 Jan 2015 14:53:11 +0000 (14:53 +0000)
Bench: 8080602
No functional change
Resolves #218
src/misc.cpp
patch
|
blob
|
history
diff --git
a/src/misc.cpp
b/src/misc.cpp
index
656b315
..
9dbbe48
100644
(file)
--- a/
src/misc.cpp
+++ b/
src/misc.cpp
@@
-31,7
+31,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 = "";
+const string Version = "6 RC1";
/// Debug counters
int64_t hits[2], means[2];