]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Space inflate book.cpp
[stockfish] / src / misc.cpp
index 01b07743ea60f7f58471251e4103561cc3e2ba51..458c4b6d5102412e8f5dbad3b6c5f5908fd59ed5 100644 (file)
@@ -38,6 +38,7 @@
 #  include <windows.h>
 #  include <time.h>
 #  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.3rc1";
+static const string EngineVersion = "";
 static const string AppName = "Stockfish";
 static const string AppTag  = "";