DroidFish: Hard-coded the stockfish date. The date of compilation is not of much interest.

This commit is contained in:
Peter Osterlund 2012-07-16 11:46:50 +00:00
parent 352b54254a
commit 46c62f232d

View File

@ -33,7 +33,7 @@ using namespace std;
/// Version number. If Version is left empty, then Tag plus current
/// date (in the format YYMMDD) is used as a version number.
static const string Version = "";
static const string Version = "120603";
static const string Tag = "";