]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Stockfish 5
[stockfish] / src / misc.cpp
index b5a14dbed2a24bf7b8b0f5111da54db50f0ddd04..ebbb778a85d6279e038bf3b2e25e27998de4dde4 100644 (file)
@@ -28,7 +28,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 = "";
+static const string Version = "5";
 
 
 /// engine_info() returns the full name of the current Stockfish version. This
 
 
 /// engine_info() returns the full name of the current Stockfish version. This