]> git.sesse.net Git - stockfish/blobdiff - src/misc.cpp
Stockfish 16
[stockfish] / src / misc.cpp
index f1554060d5ea76c50f20d6e20d3a22e3a88429e4..bbfa40617db3d8dc1ac3405c400367fecc51964d 100644 (file)
@@ -73,7 +73,7 @@ namespace Stockfish {
 namespace {
 
 /// Version number or dev.
-constexpr string_view version = "dev";
+constexpr string_view version = "16";
 
 /// 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