X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmisc.cpp;h=246cfd2dd196a700745e4fbd4cab5d37f6c076cf;hb=980124c6094f90741a250a40c160efb593244ffb;hp=95dc92c560bb2fda52254998f36840e9dba9845d;hpb=f032ba54c58c85332351d7f345ac46e2112d0a2e;p=stockfish diff --git a/src/misc.cpp b/src/misc.cpp index 95dc92c5..246cfd2d 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -1,7 +1,7 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) - Copyright (C) 2008 Marco Costalba + Copyright (C) 2008-2009 Marco Costalba Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -38,6 +38,7 @@ # include # include # include "dos.h" + static int gettimeofday(struct timeval* tp, struct timezone*) { SYSTEMTIME systime; @@ -71,7 +72,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.3.1"; +static const string EngineVersion = ""; static const string AppName = "Stockfish"; static const string AppTag = "";