]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Remove the now redundant TT prefetch call from Position::do_move.
[stockfish] / src / misc.cpp
index ebbb778a85d6279e038bf3b2e25e27998de4dde4..4d0628227683e9822c9e7d03ccc8af7905e37d03 100644 (file)
@@ -17,6 +17,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
+#include <fstream>
 #include <iomanip>
 #include <iostream>
 #include <sstream>
 #include <iomanip>
 #include <iostream>
 #include <sstream>
@@ -28,7 +29,7 @@ using namespace std;
 
 /// Version number. If Version is left empty, then compile date in the format
 /// DD-MM-YY and show in engine_info.
 
 /// Version number. If Version is left empty, then compile date in the format
 /// DD-MM-YY and show in engine_info.
-static const string Version = "5";
+static const string Version = "";
 
 
 /// engine_info() returns the full name of the current Stockfish version. This
 
 
 /// engine_info() returns the full name of the current Stockfish version. This