]> git.sesse.net Git - stockfish/commitdiff
Restore development
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 1 Jul 2023 10:18:46 +0000 (12:18 +0200)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 1 Jul 2023 10:52:31 +0000 (12:52 +0200)
closes https://github.com/official-stockfish/Stockfish/pull/4651

No functional change

src/misc.cpp

index bbfa40617db3d8dc1ac3405c400367fecc51964d..f1554060d5ea76c50f20d6e20d3a22e3a88429e4 100644 (file)
@@ -73,7 +73,7 @@ namespace Stockfish {
 namespace {
 
 /// Version number or dev.
-constexpr string_view version = "16";
+constexpr string_view 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