X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmisc.h;h=8c0a1f054859795d40ab34e3675c5a755f0e2410;hb=a88e762b4ea4a3696ecc0431237f54090a5aa1e2;hp=0e656cb2b0d08c11f99f1f89f01c0ac8fe7ae52e;hpb=a55b06d3c90674261b387bcf27f13b6813801bc3;p=stockfish diff --git a/src/misc.h b/src/misc.h index 0e656cb2..8c0a1f05 100644 --- a/src/misc.h +++ b/src/misc.h @@ -29,17 +29,7 @@ #include #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 = ""; - +#include "application.h" //// //// Macros @@ -58,6 +48,7 @@ extern int get_system_time(); extern int cpu_count(); extern int Bioskey(); + //// //// Debug ////