mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-02-26 22:33:53 +01:00
DroidFish: Hard-coded the stockfish date. The date of compilation is not of much interest.
This commit is contained in:
parent
352b54254a
commit
46c62f232d
|
@ -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 = "";
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user