]> git.sesse.net Git - stockfish/commitdiff
Restore development version
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Thu, 8 Dec 2022 19:33:32 +0000 (20:33 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Thu, 8 Dec 2022 19:33:32 +0000 (20:33 +0100)
No functional change

src/misc.cpp

index 2d86969f5361a41ef5d97047ffe0e436387a71f4..c7fa0e9ae104927867675cf4dbc2698df6cb2bd3 100644 (file)
@@ -68,7 +68,7 @@ namespace Stockfish {
 namespace {
 
 /// Version number or dev.
-const string version = "15.1";
+const string version = "dev";
 
 /// 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