]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Stockfish 2.2.1
[stockfish] / src / misc.cpp
index 7cc6192c1b48b74ceb5014cc1b667892e2d17745..2a0c95b798473d350e951dc29e4b49c2600f8e3d 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.1";
+static const string Tag = "";
 
 
 /// engine_info() returns the full name of the current Stockfish version.