projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2643f15
)
Stockfish 1.6.1
author
Marco Costalba
<mcostalba@gmail.com>
Sat, 26 Dec 2009 18:28:03 +0000 (19:28 +0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Sat, 26 Dec 2009 18:39:22 +0000 (19:39 +0100)
Workaround a gcc optimization bug.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/misc.cpp
patch
|
blob
|
history
diff --git
a/src/misc.cpp
b/src/misc.cpp
index
4f85f2a
..
0ef627b
100644
(file)
--- a/
src/misc.cpp
+++ b/
src/misc.cpp
@@
-50,7
+50,7
@@
using namespace std;
/// Version number. If this is left empty, the current date (in the format
/// YYMMDD) is used as a version number.
-static const string EngineVersion = "1.6";
+static const string EngineVersion = "1.6.1";
static const string AppName = "Stockfish";
static const string AppTag = "";