X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmisc.h;h=8c0a1f054859795d40ab34e3675c5a755f0e2410;hb=a88e762b4ea4a3696ecc0431237f54090a5aa1e2;hp=9bdcc633289236f0376d1908f097ecd6dc6ddfef;hpb=5b853c9be6bdcc21ad3b1d4192178ceb97073258;p=stockfish diff --git a/src/misc.h b/src/misc.h index 9bdcc633..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 = "1.1a"; - +#include "application.h" //// //// Macros @@ -58,6 +48,7 @@ extern int get_system_time(); extern int cpu_count(); extern int Bioskey(); + //// //// Debug ////