X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmisc.h;h=aff7cf3e1e0aca0703f95e3d8d5ec97b5f0d450e;hb=412d68fe4f3e32b3314141a861554e18940ff556;hp=c83f36db37ffa82b683992b9855672c2c378a15d;hpb=11763d2b7f38ad5faf789f7ac76ca84713031582;p=stockfish diff --git a/src/misc.h b/src/misc.h index c83f36db..aff7cf3e 100644 --- a/src/misc.h +++ b/src/misc.h @@ -30,17 +30,6 @@ #include -//// -//// Constants -//// - - -/// Version number. If this is left empty, the current date (in the format -/// YYMMDD) is used as a version number. - -const std::string EngineVersion = "1.2"; - - //// //// Macros ////