]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Stockfish 2.2.2
[stockfish] / src / misc.cpp
index 7cc6192c1b48b74ceb5014cc1b667892e2d17745..8b8976eb17853b742f5d140cc04d313ad01e01d6 100644 (file)
@@ -55,8 +55,8 @@ using namespace std;
 /// Version number. If Version is left empty, then Tag plus current
 /// date (in the format YYMMDD) is used as a version number.
 
-static const string Version = "";
-static const string Tag  = "";
+static const string Version = "2.2.2";
+static const string Tag = "";
 
 
 /// engine_info() returns the full name of the current Stockfish version.