X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmisc.cpp;h=2d86969f5361a41ef5d97047ffe0e436387a71f4;hb=758f9c9350abee36a5865ec701560db8ea62004d;hp=c7fa0e9ae104927867675cf4dbc2698df6cb2bd3;hpb=d60f5de9670cc84ba7940b5815bc3e128da9423f;p=stockfish diff --git a/src/misc.cpp b/src/misc.cpp index c7fa0e9a..2d86969f 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -68,7 +68,7 @@ namespace Stockfish { namespace { /// Version number or dev. -const string version = "dev"; +const string version = "15.1"; /// Our fancy logging facility. The trick here is to replace cin.rdbuf() and /// cout.rdbuf() with two Tie objects that tie cin and cout to a file stream. We