X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmisc.cpp;h=627b5d4132defdb754d0f811dcd4cd49e1320508;hp=fefa8d4f33cbd2dd7a74ff57f6a481e14468025b;hb=3caeabf73b12ad53ac7ba64122a2feab819c6527;hpb=fdbe8006e058f3d2852117045be51b8841daa16f diff --git a/src/misc.cpp b/src/misc.cpp index fefa8d4f..627b5d41 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -33,7 +33,7 @@ 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 Version = "2.3.1"; static const string Tag = "";